--
You received this message because you are subscribed to the Google Groups "mdcsvimporter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mdcsvimporte...@googlegroups.com.
To post to this group, send email to mdcsvi...@googlegroups.com.
Visit this group at http://groups.google.com/group/mdcsvimporter.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "mdcsvimporter" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mdcsvimporter/ZLkANWVIHXg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mdcsvimporte...@googlegroups.com.
Hi Arielle,
I don't think you need to write a new importer. In fact I took them all out and only use the CustomReader for everything. You use that to define your own at use time, the user does.
So, if I get the [ ] use regex option to work I think you won't need to program. You'll just have to figure out how to use regex.
P.S. I don't know what you meant by "define fields into named groups..."
Thanks
Stan
Sent with SolMail App
it was storing and retrieving the config definition but then it was not using the user regex strings to parse with. it was using hardcoded test strings. I fixed it to use the config strings like it should. I put out a new mdcsvimporter-beta-18.zip. Please give that a try and let me know if it works for you. Work with strings similar to these: ([^,]*([,]|\Z)).* "([^,]*([,]|\Z)).* ([^,]*([,]|\Z)).* ([^"]*)(["]|\Z).* ([^,]*([,]|\Z)).* ([^,]*([,]|\Z)).* ([^,]*([,]|\Z)).*for csv file: Exported from Direct Net on 26.12.2014 / 10:19 CET,,,, Bookings,,,, Account Details ,,,, Account,"1234567-01 Private account Bonviva Silver Joe Public, Switzerland ",Balance,CHF 300.00,, IBAN,CH73 0000 0000 0000 0000 0,BIC / SWIFT,CRESCHZ999R,, Booking Entries from 22.12.2014 - 26.12.2014,,, Booking Date,Text,Debit,Credit,Value Date,Balance 24.12.2014,"Bonviva Silver package fee , ",45.00,,31.12.2014,300.00 24.12.2014,"Standing order ,CABLECOM ",117.00,,24.12.2014, 22.12.2013,"Balance of closing entries ,as shown separately ",,,31.12.2013,462.00 Total of Column,,162.00:w,0.00,, Thanks, Stan