FoxCSV-Talk

Summary: Talk page for FoxCSV.
Maintainer: HansB
Users: (View? / Edit)

This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.

As for the csv data separator, is tabulation allowed ? If yes, what is the code to use in request ? \t ? Thank you. gb

HansB: You can use data with a tabs as separators. You can import a tab separated csv table, or copy/paste it. Normally you would not be able to insert tabs in the textarea edit window, because a tab will make the cursor jump to a different control. Entering \t backslash-t will not work as a separator, a separator needs to be a single character. FoxCSV will recognise tabs as separators automatically, if the data is so structured, but you can use sep=\t in the markup directive, and FoxCSV understand this as tabs. \t does not work in query strings. If your data items contain tab characters, and you use tab charactors as separators, then these items need to be in double quotes. - Hope this helps, sorry for the belated reply!

There is EnableTabs with a GUI button to insert the tab character. Petko

Talk page for the FoxCSV recipe (users?).