Releases: stant/mdcsvimporter2015
works with MD2024 and lets you do process button from main screen without preview.
quick update to work with MD2022
commented out half dozen java Overrides. updated 2 lib jars and rebuild. did a couple of quick tests only and they worked.
fix read in of canBeBlank values and list sub-accounts
fix - was not reading in and setting can be blank values. take off example regex and make sure they are good. more explanation of regex in read.me put sub-accounts into import-to-account list for user.
mdcsvimporter2015-v21
regex change to hopefully give more flexibility. you need to use named capture groups, using and
as in: "?(?<value>.*?)"?(?:[,]|\Z)(?<rest>.*)
value = what string you want to pull out for the field value.
rest = is left over line to parse next.
mdcsvimporter2015-v20
Enhancements to preview window. Point to all problems.
Add open file. Error count.
Fix display of columns when figure out how many columns there really are.
mdcsvimporter2015-v19
ui tweaks- save win sizes and locats. show number of files found. flip reader and
files dropdown. get rid of Alpha build message.
first build release of v18 for md2015
This version should be tested before you use it for real!
How-to-use-mdcsvimporter-beta-16.zip
a How To Doc with screen shots for beta 16.