cancel
Showing results for 
Search instead for 
Did you mean: 

Overread lines in input file

Former Member
0 Kudos

Hi guys, i really hope u can help me.

We are trying to read a file via FTP which looks like this:

Dataname 639 539 00;;;;

Pos. :;Var;Name;GHNr.;Desc

4;1;ABB;639 539 00 9960/4;

5;1;ABC;639 539 00 9960/5;

;;;;

;;;;

;;;;

;;;;

;;;;;;;

;;;;;;;

Machine;;;;;

Porsche;;;mark;;

9 9 9 2 4 9 0 0 9 9 6 1;;;;;

Us.: 12.10.00 Em;;Nr.: ;6 3 9 5 3 9 0 0 9 9 6 0 ;;

;;;;;

So for me it is hard to read the data because the empty lines i don't need and for some results i have to read numbers at special positions (like the last devided with space).

Is there any chance to read this file this kind of dynamically?!

br Jens

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I doubt that would be possible with the default File Adapter. You can however read every line and use User Defined Functions to extract the information you require.