Problem to open .CSV with command line

0 votes
asked by about M-1ProIVPC

I have CSV files that I need to open through a C# app. The only way is using the command line in the app shortcut since there is no API. However, doing so results in error message that the file format is not correct, but I can open the CSV file from within the app. Is it possible to open CSV files through command line? (The default .md3 works correct)

1 Answer

0 votes
answered by (101k points)

Yes, it is possible to open CSV files through the command line. However, the error message suggests that there might be an issue with the file format or the command being used. It would be helpful to review the command being executed and ensure that it correctly references the file and uses the appropriate syntax for opening CSV files in the program.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...