Follow the previous question of FTP listener port. I manage to get the filename from FTP listener port service. Now the question is how am i to get file content in order to manipulate the data.
Regards
Cliff Seow
Follow the previous question of FTP listener port. I manage to get the filename from FTP listener port service. Now the question is how am i to get file content in order to manipulate the data.
Regards
Cliff Seow
You need to create a content handler to receive a CSV file.
What we usually do is a simple binary content handler that simply obtain the content, and then stuck into TradingNetworks database with a custom document type and put the bytes array as the content.