Datasource contained over 100 errors. Import was aborted in System Import-Load data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2022 12:24 PM
Hi,
I am trying to load one csv file from System Import Set - Load Data. while loading csv file I got the error:
Datasource contained over 100 errors. Import was aborted... you can set this value with the property 'com.glide.csv.loader.ignore_non_parseable_lines'
I am working in application scope , I created and set this property com.glide.csv.loader.ignore_non_parseable_lines as true.
But still I am getting same error.
Does it work in application scope ? because of application scope its name became applicationname.com.glide.csv.loader.ignore_non_parseable_lines
is this the issue.
Is there any other way to fix the issue where non parseable lines can be ignored while loading.
Thanks
Deepak