Skip to content
New issue

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

Add command line parameter for CSV header check #131

Open
Drekorian opened this issue Jun 4, 2024 · 0 comments
Open

Add command line parameter for CSV header check #131

Drekorian opened this issue Jun 4, 2024 · 0 comments

Comments

@Drekorian
Copy link
Owner

Network data are often improperly formatted and can cause issues with serialization to a CSV format.

Currently:

  • JVM has mandatory header check
  • native has header check disabled.

Let's unify this kind of behavior and provide an option --csv-check=true|false. The default value would be true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant