Context
The enumeration workflow currently supports only semicolon-separated CSV format. While this design choice helps avoid conflicts with some numbering systems and potential commas in chemical names, comma-separated CSV is the most commonly used format in the USA and UK.
Request
Enhance the enumeration workflow to parse and support comma-separated CSV files in addition to the existing semicolon-separated format.
Benefits
- Improved usability for users familiar with standard comma-separated CSV format
- Better alignment with commonly used data formats in USA and UK regions
- Maintains backward compatibility with existing semicolon-separated workflows
Context
The enumeration workflow currently supports only semicolon-separated CSV format. While this design choice helps avoid conflicts with some numbering systems and potential commas in chemical names, comma-separated CSV is the most commonly used format in the USA and UK.
Request
Enhance the enumeration workflow to parse and support comma-separated CSV files in addition to the existing semicolon-separated format.
Benefits