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:


TSV configuration:

Your result can be seen below.

Result of TSV conversion to YAML


Move to "Paste Code" for Save it

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	[email protected]	123-456-7890	123 Fake Street
Mike Jones	[email protected]	098-765-4321	321 Fake Avenue
After:
-
    col1: Name
    col2: Email
    col3: 'Phone Number'
    col4: Address
-
    col1: 'Bob Smith'
    col2: [email protected]
    col3: 123-456-7890
    col4: '123 Fake Street'
-
    col1: 'Mike Jones'
    col2: [email protected]
    col3: 098-765-4321
    col4: '321 Fake Avenue'
If selected "First line for column names":
-
    Name: 'Bob Smith'
    Email: [email protected]
    PhoneNumber: 123-456-7890
    Address: '123 Fake Street'
-
    Name: 'Mike Jones'
    Email: [email protected]
    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.
Donate

Did you like this tool? You can donate to us. This will help us improve our free web tools.

Paypal