Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stan committed Mar 24, 2018
1 parent 01ee3f5 commit 46b084f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ It populates "Select Import File:" dropdown with my list of files that match my

** regex field parsing changed in v21 to hopefully give more flexibility. you need to use "named capture groups", as in:

`"?(?<value>.*?)"?(?:[,]|\Z)(?<rest>.*)
"?(?<value>.*?)"?(?:[,]|\Z)(?<rest>.*)

```java
value = what string you want to pull out for the field value.
rest = is left over line to parse next.

Expand All @@ -69,4 +70,4 @@ rest = whatever

get value = whatever
rest =
`
```

0 comments on commit 46b084f

Please sign in to comment.