It’s easy to access Database through JDBC connection, but my question is, can wM access physical Flat File (CSV) through JDBC?
It’s not uncommon to use JDBC driver to access CSV, as you may find lots of 3rd party vendor products doing this. But I haven’t seen anything in wM yet.
I have a CSV file in C:\ drive, and I need to insert it to my SQL Server database. I have to use pub.file:getFile to read the disk file, then convert it to String, then convert the string to stringList with one record per item, then loop through each record, then assign values for each fields and map it to my Insert Data Adapter input fields… Some people may suggest FF schema, but that does not simplify the process at all.
If we have the ability to read FF (CSV for example) through JDBC, life will be so much easier! All I need to do is to map the fields from FF data adapter output to those in Insert data adapter inputs…
Thanks!
#webMethods#Adapters-and-E-Standards#Integration-Server-and-ESB