HI ,
I have to extract data from a table and load to a flat file with pipe delimited. The pipe delimited should show up at end of each row as well as below. The flat file should be generated with timestamp at the end of file name.
Ex: I have four columns in table as ID, Name, Address and State. The flat file should be as below and the name of flat file should be as OutputFlatFile_01252017.txt
1|ABC|12 state|NY|
2|ABC|12 state|MA|
3|ABC|12 state|NH|
I was just wondering how the column end can be delimited as pipe.
Please help
Thanks