I will be tasked with receiving a large .csv file, converting to IS doc, parsing,etc.
I’m curious if there’s any best practices that can be suggested from that standpoint, because I have never worked with a .csv file in webMethods before.
I’m concerned about things such as:
- The first line contains header name information that I will need to skip
- If quicker download for large csv file if done with java, versus creating flat file dictionary, getFile
- Based on the large size, should the csv be brought in as a stream
- How to handle bad special characters in the data. What if someone places a comma in the data itself? Seems that this will throw off everything.
Any assistance with any of the above will be appreciated. Wasn’t sure if there was a single best practices doc that speaks to this.
Thanks.
#Integration-Server-and-ESB#webMethods#webMethods-General