SF-3770 Separate books in the Serval Admin CSV with semicolons#3782
SF-3770 Separate books in the Serval Admin CSV with semicolons#3782pmachapman wants to merge 1 commit intomasterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3782 +/- ##
=======================================
Coverage 81.27% 81.27%
=======================================
Files 622 622
Lines 39322 39322
Branches 6415 6415
=======================================
Hits 31958 31958
Misses 6366 6366
Partials 998 998 ☔ View full report in Codecov by Sentry. |
|
Ah, one of the motivations for formats like Rows of String Values (RSV) :-) (Not to imply that everyone can open a RSV or JSONL file as easily as a CSV file in 2026.) |
|
@marksvc This doesn't actually have anything to do with CSV using commas. It's so it's so a list of books and chapters can easily be parsed (e.g. |
This change is