Tool capabilities
- Input
- TXT
- Output
- TXT · JSON
How to use CSV Unpivot
Keep identifier columns and reshape all remaining columns into variable/value rows. This csv unpivot works directly in your browser and is free to use without an account.
- Paste or open your input in the editor.
- Run the tool and inspect the output. If the input is invalid, correct the reported error and run it again.
- Copy the result or download it to your device.
CSV Unpivot · Example
Input
name,team,score Alex,blue,10 Mina,red,20 Alex,blue,5
Output
name,variable,value Alex,team,blue Alex,score,10 Mina,team,red Mina,score,20 Alex,team,blue Alex,score,5
Keep identifier columns and reshape all remaining columns into variable/value rows.
Usage notes
Inputs and results are processed on this device. Tool content is not sent to a processing server.