-
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Feature Name
Generate calllist.txt as comma-separated values
Is your feature request related to a problem? Please describe.
The current calllist.txt is pipe-separated (|), making it incompatible with some tools and workflows that expect comma-separated values.
Describe the solution you'd like
Update the generation process for calllist.txt so that it outputs comma-separated values (CSV) instead of pipe-separated values.
Implementation details (optional)
Refactor the relevant script or code responsible for creating calllist.txt to use a comma as the delimiter. Ensure any downstream code or processes that read calllist.txt are updated to expect CSV format. Review code for edge cases, such as values that might include a comma, and document any changes needed for users or developers.
Alternatives considered
Alternatives could include supporting a configurable delimiter or supporting both formats for backward compatibility.
Additional context
This change might require updates to documentation and possibly tests. Care should be taken if any current value in the list might contain a comma. Coordination with users who automate workflows based on calllist.txt may be required.
Compliance Check
- I have reviewed the compliance settings in etc/elvisrc.
- I have read the Security policy.
- I have read the Contribution guidelines.
- This feature does not bypass robots.txt or violate any security guidelines.