'Upload your CSV file in the form below and it will automatically get converted to a TSV file. In the tool options, you can customize the input CSV format – specify the field delimiter, quotation character, and comment symbol, as well as skip empty CSV lines, and choose whether to preserve CSV column headers.',
shortDescription:'Convert CSV data to TSV format',
'ThistooltransformsCommaSeparatedValues(CSV)datatoTabSeparatedValues(TSV)data.BothCSVandTSVarepopularfileformatsforstoringtabulardatabuttheyusedifferentdelimiterstoseparatevalues–CSVusescommas(","),whileTSVusestabs("\t").IfwecompareCSVfilestoTSVfiles,thenCSVfilesaremuchhardertoparsethanTSVfilesbecausethevaluesthemselvesmaycontaincommas,soitisnotalwaysobviouswhereonefieldstartsandendswithoutcomplicatedparsingrules.TSV,ontheotherhand,usesjustatabsymbol,whichdoesnotusuallyappearindata,soseparatingfieldsinTSVisassimpleassplittingtheinputbythetabcharacter.ToconvertCSVtoTSV,simplyinputtheCSVdataintheinputofthistool.InrarecaseswhenaCSVfilehasadelimiterotherthanacomma,youcanspecifythecurrentdelimiterintheoptionsofthetool.Youcanalsospecifythecurrentquotecharacterandthecommentstartcharacter.Additionally,emptyCSVlinescanbeskippedbyactivatingthe"Ignore Lines with No Data"option.Ifthisoptionisoff,thenemptylinesintheCSVareconvertedtoemptyTSVlines.The"Preserve Headers"optionallowsyoutochoosewhethertoprocesscolumnheadersofaCSVfile.Iftheoptionisselected,thentheresultingTSVfilewillincludethefirstrowoftheinputCSVfile,whichcontainsthecolumnnames.Alternatively,iftheheadersoptionisnotselected,thefirstrowwillbeskippedduringthedataconversionprocess.ForthereverseconversionfromTSVtoCSV,youcanuseourConvertTSVtoCSVtool.Csv-abulous!',