Hi All,
Is it possible to use SQL syntax while connecting to Excel or CSV file via Input Tool?
I know that you can adjust XML for Input Tool to something like:
<File OutputFileName="" RecordLimit="" SearchSubDirs="False" FileFormat="25">File.xlsx||| Select * From `Selections$A1:C5`</File>
But I am rather interested in more complex query like:
<File OutputFileName="" RecordLimit="" SearchSubDirs="False" FileFormat="25">File.xlsx||| Select [Column1], [Column2] From [Selections$] WHERE [Column1] = "5"</File>
Thank you.
KR,
Oleksandr