Forum Discussion

Balaji_Pandiyan's avatar
Balaji_Pandiyan
Regular Visitor
6 months ago
Solved

How to export table multiple columns into one column with ; seperator (csv format)

How to export table multiple columns into one column with ; seperator (csv format)   We have 6 columns in table, while export it should merge all columns merge with ; seperator   
  • danextian's avatar
    6 months ago

    Hi Balaji_Pandiyan 

    Not possible out of the box,. You can create custom column that combines the columns into one and export that instead. Or you can use TOCSV to combine all rows and column headers into a single of a csv string (this will return a single row).