cancel
Showing results for 
Search instead for 
Did you mean: 

file content conversion tab delimited

Former Member
0 Kudos

hello experts

I have a file sender txt interface with tab delimited.

in the channel I wrote row.fieldSeparator 0x09.

when the file is loading successfully to the PI' I see in the monitor that each line from the file is loaded to the first node of my DT file, and the rest of the nodes are still empty.

is there some other decleration that I need to write some where in order for the file to be loaded each row to the correct DT node? maybe to check some basis decleration? a regular file with comma delimited is working fine/

for example:

my DT is

aaaa

row

a

b

c

d

after loading the file the out put is

<aaaa>

<row>

<a>hello world good day</a>

</row>

<row>

<a>hi good day acvbd</a>

</row>

</aaaa>

(every space between the words is a TAB)

any suggestions?

Kfir

Kfir

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

my fault in writing the condition correctly.

forgot to add '