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 DataRow.replaceValue() and ability to create CSV from lists #13

Merged
merged 5 commits into from
Oct 3, 2024

Conversation

sergejsha
Copy link
Owner

@sergejsha sergejsha commented Oct 2, 2024

I. New method for replacing values in a Csv-object:

val newData = csv.data.map { it.replaceValue("DESCRIPTION", "") }

II. API has slightly changed. Minor code update is needed:

  1. parseCsv()Csv.parseText()
  2. Csv.rowsCsv.allRows

III. Fixes #11 Csv.fromLists() can create Csv-object from lists of strings.

@sergejsha sergejsha merged commit 8d3ba49 into master Oct 3, 2024
8 checks passed
@sergejsha sergejsha deleted the replace-value branch January 23, 2025 09:11
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

Successfully merging this pull request may close these issues.

Make CSV from raw data.
1 participant