Convert TSV to YAML
Form for TSV converting to YAML
This form allows you convert TSV to YAML data, paste or upload your TSV file below:
Result of TSV conversion to YAML
About TSV conversion to YAML
About TSV data conversion to YAML
YAML is a human-readable data serialization format that takes concepts from programming languages such as Perl, C, e.t.c. The TSV to YAML Converter was created for online transform TSV(Tab Separated Values) data into YAML(Yet Another Markup Language). If you use headers, then the first TSV row will be used for names. This converter allows customizing input TSV and output YAML.
How it Works?
Just select the options you need and paste your TSV data to the textarea above and click to the button "Convert" and you will instantly get YAML data.
Example of TSV conversion to YAML
Before:Name Email Phone Number Address Bob Smith bob@example.com 123-456-7890 123 Fake Street Mike Jones mike@example.com 098-765-4321 321 Fake AvenueAfter:
- col1: Name col2: Email col3: 'Phone Number' col4: Address - col1: 'Bob Smith' col2: bob@example.com col3: 123-456-7890 col4: '123 Fake Street' - col1: 'Mike Jones' col2: mike@example.com col3: 098-765-4321 col4: '321 Fake Avenue'If selected "First line for column names":
- Name: 'Bob Smith' Email: bob@example.com PhoneNumber: 123-456-7890 Address: '123 Fake Street' - Name: 'Mike Jones' Email: mike@example.com PhoneNumber: 098-765-4321 Address: '321 Fake Avenue'After the conversion, you can apply the YAML data to your project or use it for some other purpose.
Did you like this tool? You can donate to us. This will help us improve our free web tools.
Paypal