Cite This Page
Bibliographic details for Convert CSV records to TSV
- Page name: Convert CSV records to TSV
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 20 April 2025 06:14 UTC
- Date retrieved: 16 May 2025 14:17 UTC
- Permanent URL: https://rosettacode.org/wiki/Convert_CSV_records_to_TSV?oldid=379651
- Page Version ID: 379651
Citation styles for Convert CSV records to TSV
APA style
Convert CSV records to TSV. (2025, April 20). Rosetta Code. Retrieved 14:17, May 16, 2025 from https://rosettacode.org/wiki/Convert_CSV_records_to_TSV?oldid=379651.
MLA style
"Convert CSV records to TSV." Rosetta Code. 20 Apr 2025, 06:14 UTC. 16 May 2025, 14:17 <https://rosettacode.org/wiki/Convert_CSV_records_to_TSV?oldid=379651>.
MHRA style
Rosetta Code contributors, 'Convert CSV records to TSV', Rosetta Code, 20 April 2025, 06:14 UTC, <https://rosettacode.org/wiki/Convert_CSV_records_to_TSV?oldid=379651> [accessed 16 May 2025]
Chicago style
Rosetta Code contributors, "Convert CSV records to TSV," Rosetta Code, https://rosettacode.org/wiki/Convert_CSV_records_to_TSV?oldid=379651 (accessed May 16, 2025).
CBE/CSE style
Rosetta Code contributors. Convert CSV records to TSV [Internet]. Rosetta Code; 2025 Apr 20, 06:14 UTC [cited 2025 May 16]. Available from: https://rosettacode.org/wiki/Convert_CSV_records_to_TSV?oldid=379651.
Bluebook style
Convert CSV records to TSV, https://rosettacode.org/wiki/Convert_CSV_records_to_TSV?oldid=379651 (last visited May 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Convert CSV records to TSV --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Convert_CSV_records_to_TSV?oldid=379651", note = "[Online; accessed 16-May-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Convert CSV records to TSV --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Convert_CSV_records_to_TSV?oldid=379651}", note = "[Online; accessed 16-May-2025]" }