Separator for csv export

edited 12:02PM in FastReport 4.0
Hi,

i want to export my report as csv format. If i set the separator as a semicolon everything works fine,

because i only have to enter a ; in the field for the separator.

But how i can set a tabulator as the separator?

If i entered \t in the field for separator, only the \ is used as the separator.

I hope you can help me.

Comments

  • edited 12:02PM
    > If i entered \t in the field for separator, only the \ is used as the separator.

    Try to set:

    Separator := #9;

  • edited 12:02PM
    \t is a string with two symbols. You should enter a symbol with code 9 - the code of the tab character. This can be done by Alt+0,9 key combination (in Windows).

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.