How to export in CSV onlythe data want

kieron13 14 Sep, 2015
Hello. I would like to learn how to export only the data i want in CSV. Database has a lot of hidden data like ip, data of creation, dat modified etc. I do not want to export those data.

I know how to export them but always i see the hidden data as well. I created new table to save the data without choosing the hidden data but no luck.
GreyHead 15 Sep, 2015
Hi keiron,

There are three ways to do this:

+ Use a table without the unwanted columns.

+ Use a DB Read action with a Model ID set to say csv_data to read the columns you want then put csv_data in the Data Path box of the CSV Export action

+ I also have a beta version of a CSV Export [GH] action that will let you select columns. PM me if you'd like a copy.

Bob
This topic is locked and no more replies can be posted.