From 42447dbf77422ea035507d3223380a1b6d2cafd1 Mon Sep 17 00:00:00 2001 From: Chesterkxng Date: Sun, 30 Mar 2025 15:10:10 +0000 Subject: [PATCH] fix: leading S removal --- src/pages/tools/csv/csv-to-tsv/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tools/csv/csv-to-tsv/index.tsx b/src/pages/tools/csv/csv-to-tsv/index.tsx index 22a7a4e..995cf87 100644 --- a/src/pages/tools/csv/csv-to-tsv/index.tsx +++ b/src/pages/tools/csv/csv-to-tsv/index.tsx @@ -71,7 +71,7 @@ Phoenix Mythology Desert Rebirth from ashes`, title: 'Convet Fitness Tracker Data from CSV to TSV', description: 'In this example, we swap rows and columns in CSV data about team sports, the equipment used, and the number of players. The input has 5 rows and 3 columns and once rows and columns have been swapped, the output has 3 rows and 5 columns. Also notice that in the last data record, for the "Baseball" game, the number of players is missing. To create a fully-filled CSV, we use a custom message "NA", specified in the options, and fill the missing CSV field with this value.', - sampleText: `Sday,steps,distance,calories + sampleText: `day,steps,distance,calories Mon,7500,3.75,270 Tue,12000,6.00,420