Page 1 of 1

TI Datasource Behaviour Query

Posted: Wed Sep 25, 2019 2:08 pm
by MarenC
Hi,

I was wondering what happens if I create a process with datasource as a txt file, and tab delimited.

In the prolog I set the DatasourceNameForServer = FilePath | File

But then imagine that for whatever reason the source file changes to a comma separated file.

I would expect the process to fall over because all the data would now be in one column, because the process is set to tab but the source
is comma separated.

The thing is, it doesn't appear to work like this, it appears to recognise it is now comma and not tab.

Is this expected behaviour?

Maren

Re: TI Datasource Behaviour Query

Posted: Wed Sep 25, 2019 5:40 pm
by Wim Gielis
Indeed. It will continue to process the file and all contents of 1 line will appear in your first variable.