Skip to content

[Feature] Generate calllist.txt as comma-separated values #18

@2MuchC0ff33

Description

@2MuchC0ff33

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

Metadata

Metadata

Assignees

Labels

data-qualityValidation, deduplication, and ensuring output accuracy (e.g., phone/email rules).documentationWriting/updating docs, runbooks, manpages, and README sections.featureNew features or enhancements beyond core functionality.opsOperational aspects like scheduling, logging, monitoring, and production readiness.parsingData extraction and parsing logic (e.g., HTML to structured records).testsAdding tests, fixtures, and quality checks (e.g., unit tests, smoke tests).utilityShared libraries, helpers, and reusable code components (e.g., logging libs).

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions