csvformat
Verified for current stable LTS
Csvformat Command: Convert Csv Line Endings To Crlf
Use for convert csv line endings to crlf with Csvformat. Exact CLI syntax to convert csv line endings to crlf using Csvformat.
When to use this: Use for convert csv line endings to crlf with Csvformat.
Command Syntax
csvformat -M "<\r\n>" <data.csv> csvformat -M "</r/n>" <data.csv> Command Breakdown
-M- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to convert csv line endings to crlf using Csvformat.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Csvformat Command: Convert Csv To Custom Delimiter
csvformat -D "<custom_character>" <data.csv> Csvformat Command: Convert Csv To Tsv csvformat -T <data.csv> Csvformat Command: Convert Line Endings To CRLF csvformat -M "<\r\n>" <data.csv> Csvformat Command: Convert To Custom Delimiter csvformat -D "<custom_character>" <data.csv> Csvformat Command: Convert To Tab Delimited File csvformat -T <data.csv>