Hi all,
i have to read a csv file, but i have to ignore the first and the last line of that file because they are only control lines. I used tFileInputPositional.
How can solve removing those lines?
Any help appreciated.
Thanks
hi,
in the component properties you've put the numbre of line to skip (in your case 1 ) for header and footer.
In case you use a metadata at the "step 3 of 4" do the same.
did you try with metadata tFilePosionnal !? 'cause I always use this way to create a new component (i can re-use it anyway) , and it's work fine !!(test the result by a "refresh...") ...