SXI Forum

A place to collect usefull tips, tricks and implementation strategies.

You are not logged in.

#1 22-11-2018 07:09:12

SeanR
Administrator
Registered: 20-11-2018
Posts: 148

EXCEL Field names

How do you specify the field names in the DataDefinition when collecting data from a EXCEL file?

Offline

#2 22-11-2018 08:20:45

SeanR
Administrator
Registered: 20-11-2018
Posts: 148

Re: EXCEL Field names

Depending on how many columns you have on the excel file the below will be an example of the 1st field.

<sxi:Fields>
	<sxi:Field name="A">
	<sxi:OutputField>Fred</sxi:OutputField>
</sxi:Field>

Question is, how do you do you use conditions on the collect for each row because it seems like the condition you set on the collect is based on the 1st row collected and the rest of the rows are ignored?

Thank you

Offline

Board footer

Powered by FluxBB