-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fail to convert CSV table #1144
Comments
Ahhh, CSV files might be detected as plain text and just be printed. Let me look into that. |
The issue is that markitdown doesn't seem to be an actual command for converting CSV to Markdown. |
Try using csv2md converter or make the tables manually |
thanks for your help. that's a way to solve the problem. but im just wondering integrating the csv convertion into this tool would be great. |
i tried to convert a csv format table to markdown. but it end up just copied the content from the csv file and rename it to .md. it is weird that even Excels are able to be converted correctly.
command that i use:
markitdown adni1.csv > adni.md
adni1.csv
adni.md
The text was updated successfully, but these errors were encountered: