Tool to separate values. Separating values allows delimiting the start and the end of each item with a character (commas, semi colons, etc.) for a clean separation.
Separation with Commas - dCode
Tag(s) : Data Processing
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Value separation is a computer data processing operation that takes care to ensure that the (usually textual) values in a file are read and recognized correctly.
CSV format generally represents values separated by commas or tabs (or any other separator).
dCode tries to catch all values and their separator automatically and proposes to reorganize them, either under the list form with the chosen delimiter, either under the table form (sortable), that can be exported to a spreadsheet like Excel.
Example: abc def ghi, jklm can be split at spaces/punctuation into abc|def|ghi|jklm with the separator/delimiter | (pipe)
CSV is the abbreviation of Comma-separated values, where values are delimited with a comma ,.
TSV is the abbreviation of Tabulation-separated values, where values are delimited with a tabulation character ↹.
Be careful to choose a character that will not be used in the fields of the table.
The separator is not standardized, but it is generally a character like a comma ,, a semicolon ;, a slash / etc.
Each line/row of a file is a representation of tabular data.
By default, commas correspond to boundaries between each column.
dCode retains ownership of the "Separation with Commas" source code. Except explicit open source licence (indicated Creative Commons / free), the "Separation with Commas" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Separation with Commas" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Separation with Commas" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Separation with Commas" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Separation with Commas on dCode.fr [online website], retrieved on 2024-11-21,