Hi,@AleksiAlkio i have an order capture where there are 2 tables, ORDER TABLE and ORDER DETAIL. I need to create a csv template with header for the related file. I inserted this string
<<Start: SELECT(Order Detail [Id Detail], [Id Order] = [_THISROW].[Id Order])>> Cod Art.;Description;Price;Qta;Note; “<<[Cod Art.]>>”;“<<[Description]>>”;“<<[Price]>>”;“<<[Qta]>>”;“<<[Note]>>”; <><<Start: SELECT(Order Detail [Id Detail], [Id Order] = [_THISROW].[Id Order])>> Cod Art.;Description;Price;Qta;Note; “<<[Cod Art.]>>”;“<<[Description]>>”;“<<[Price]>>”;“<<[Qta]>>”;“<<[Note]>>”; <>
But if i have 2 or more strings, the csv created whit more COD ART.;DESCRIPTION;PRICE;QTA;NOT like that
