minyi...@xynapse-asia.com
unread,Oct 27, 2014, 5:16:45 AM10/27/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I need to design the delimited text driver in a way as mentioned below.
CSV input file where I need to check for the header and trailer. When both are exists, then it is a valid file and the data should be process accordingly. If either 1 is missing, then the input file is considered as an invalid input file and should not be processing.
The input file format will be similar as below.
01|Header
02|Data1|Data2|Data3
02|Data1|Data2|Data3
02|Data1|Data2|Data3
03|Trailer
01 is the Header, 02 is the content where no fix number of rows(Can be 10 rows in File 1, 100rows in File 2), 03 is the trailer.
Any ideas on how I can achieve it and make my delimited text driver to behave as per above requirements?
Thanks in advanced.
Have a good day.