Transferring two different CSV files using one config file


#1 Sangeetha

Hi,

I'm trying to transfer two different csv files having different set of columns to a location. I'm trying to define them in one config file. I would like to know how we define the Extension module for this scenario since xm_csv is going to be the common one for the entire file. Is there any option to use more than one extension module with xm_csv specific to each file?

Sample: Is this possible in one config file?

Extension <Extension csv_parser> Module xm_csv Fields A,B,C,D Delimiter , </Extension>

<Extension csv_parser> Module xm_csv Fields E,F,G Delimiter , </Extension>

#2 b0ti Nxlog ✓
#1 Sangeetha
Hi, I'm trying to transfer two different csv files having different set of columns to a location. I'm trying to define them in one config file. I would like to know how we define the Extension module for this scenario since xm_csv is going to be the common one for the entire file. Is there any option to use more than one extension module with xm_csv specific to each file? Sample: Is this possible in one config file? Extension <Extension csv_parser> Module xm_csv Fields A,B,C,D Delimiter , </Extension> <Extension csv_parser> Module xm_csv Fields E,F,G Delimiter , </Extension>

See this example in the documentation.