Skip to content

Releases: stant/mdcsvimporter2015

quick update to work with MD2022

20 Apr 03:46
Compare
Choose a tag to compare

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

17 Apr 23:23
Compare
Choose a tag to compare

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

24 Mar 04:23
Compare
Choose a tag to compare

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

21 Mar 03:00
Compare
Choose a tag to compare

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

26 Mar 04:23
Compare
Choose a tag to compare

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

07 Mar 19:49
Compare
Choose a tag to compare
Pre-release

This version should be tested before you use it for real!

How-to-use-mdcsvimporter-beta-16.zip

24 Feb 18:22
Compare
Choose a tag to compare

a How To Doc with screen shots for beta 16.