We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to upload CSV data which doesn't have a header, I specify "numberOfLinesToIgnore": 0 in schema, however the data in first line is not uploaded
"numberOfLinesToIgnore": 0
Seems due to hardcoded skipping of first line hre: https://github.com/forcedotcom/Analytics-Cloud-Dataset-Utils/blob/4bea5ce42830db564210f72c86883e5aa7c2deb7/src/main/java/com/sforce/dataset/loader/DatasetLoader.java#LL615C13-L615C13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to upload CSV data which doesn't have a header, I specify
"numberOfLinesToIgnore": 0
in schema, however the data in first line is not uploadedSeems due to hardcoded skipping of first line hre:
https://github.com/forcedotcom/Analytics-Cloud-Dataset-Utils/blob/4bea5ce42830db564210f72c86883e5aa7c2deb7/src/main/java/com/sforce/dataset/loader/DatasetLoader.java#LL615C13-L615C13
The text was updated successfully, but these errors were encountered: