loading list csv files with Stage Folder
Posted: Fri Dec 23, 2005 11:19 am
Hi everyone,
I have a job that reads the contents of all the csv files (all having the same format)
in a given directory and post in a Sequential File.
Stage Folder ----> TRasformer ---> Sequential file
When I run the Job, I get only the Column Names and field in the Resulting File is nullable=no.
Why in the sequential file for 2 rows I've blank rows, without errors/warnings in the log ?
The list files in the directory (names,dimensions):
------------------------
file_1.csv (10 MB)
file_2.csv (19 MB)
file_3.csv (18 MB)
file_4.csv (12 MB)
file_5.csv (9 MB)
file_6.csv (12 MB)
---------------------------
The result in the Sequential file
-----------------------------------------
file_1.csv
file_4.csv
file_5.csv
file_6.csv
------------------------------------------
How can I resolved it?
Thanks and regards
Ciao
B.
I have a job that reads the contents of all the csv files (all having the same format)
in a given directory and post in a Sequential File.
Stage Folder ----> TRasformer ---> Sequential file
When I run the Job, I get only the Column Names and field in the Resulting File is nullable=no.
Why in the sequential file for 2 rows I've blank rows, without errors/warnings in the log ?
The list files in the directory (names,dimensions):
------------------------
file_1.csv (10 MB)
file_2.csv (19 MB)
file_3.csv (18 MB)
file_4.csv (12 MB)
file_5.csv (9 MB)
file_6.csv (12 MB)
---------------------------
The result in the Sequential file
-----------------------------------------
file_1.csv
file_4.csv
file_5.csv
file_6.csv
------------------------------------------
How can I resolved it?
Thanks and regards
Ciao
B.