I want to output data into a single cell txt file.
(This screen above is from theFile input block.)
In the file output block I now have the following settings:
I've set it to delimited text for now since I can't find the single cell text file option and changed the extension in the path section to .txt:
I don't know if the above situation will be stable at all time; So if I want to output the data into an .txt file; which setting would you advice me to take?
Cheers
0 Votes
1 Comments
Steve Spencerposted
almost 5 years ago
Admin
Hi Luuk
I took the liberty of converting your ticket into a forum question, since it did not contain any sensitive information, and can benefit others.
The "Text as a single cell" format only exists as a source. We don't provide it as an output, since it's of very limited use; it would only work for a 1x1 table of data.
However if you do have a 1x1 table of data (a single cell) and you wish to export the single cell's content to a txt file, you can use the Delimited output option as follows:
Add a File block
Configure the file you want to export
Change "File type to use" to "Delimited text"
The filename may have been automatically updated to have a ".csv" extension; if you don't want this, go back and change the filename from (2) to ".txt", for example.
Untick "Include header"
Clear the "Cell quote character" field
Tick "Allow illegal".
For example, here is a File input block linked to a File output block, recreating the same file contents:
0 Votes
1 Comments
Steve Spencer posted almost 5 years ago Admin
Hi Luuk
I took the liberty of converting your ticket into a forum question, since it did not contain any sensitive information, and can benefit others.
The "Text as a single cell" format only exists as a source. We don't provide it as an output, since it's of very limited use; it would only work for a 1x1 table of data.
However if you do have a 1x1 table of data (a single cell) and you wish to export the single cell's content to a txt file, you can use the Delimited output option as follows:
For example, here is a File input block linked to a File output block, recreating the same file contents:
Steve
1 Votes
Login or Sign up to post a comment