cancel
Showing results for 
Search instead for 
Did you mean: 

Please check configuration: csv_import_path_filter

former_member197620
Participant
0 Kudos

Hi experts

import from csv file '/tmp/downloads/data/house_info.csv'

       into base.house_info

       with record delimited by '\n'

            field delimited by ','

            threads 10

            batch 10000;

When I use the above command to load data to table, the system issue:

"Cannot load table from the specified path - /tmp/downloads/data. Please check configuration: csv_import_path_filter"

Why?

Best regards,

Candy Zhang

Accepted Solutions (1)

Accepted Solutions (1)

pfefferf
Active Contributor
0 Kudos

Hello,

please check post and especially note 2109565 mentioned in it.

Best Regards,

Florian

former_member197620
Participant
0 Kudos

Thanks Florian.

Answers (0)