Rapresentation read

I can't set "\t" as delimiter. I have this message: "Execute failed: The column delimiter must be a single character!"

Thanks

Sergio

Hi Sergio,

   I am not familiar with it, but I guess you can set any single character in the dialog and override it with a flow variable (which you can create with a Java Edit Variable node, like this:

out_tab = "\t";

 and use that in the REST node). I am not sure it is possible to insert a tab character in the REST node too, but you might give a try to copy-paste a tab character (in case that is your intention).

Thanks, gabor

I get exactly same error when trying to use column delimiter as TAB. I can set \s, \n or comma, but not \t. Seems like bug.

feeding \t as variable also doesnt work.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.