TI Datasource Behaviour Query
Posted: Wed Sep 25, 2019 2:08 pm
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
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