-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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
"Image Data ID","Subject","Group","Sex","Age","Visit","Modality","Description","Type","Acq Date","Format","Downloaded"
"I99265","136_S_1227","MCI","F","66","m12","MRI","MPR; ; N3; Scaled","Processed","3/06/2008","NiFTI","1/06/2024"
adni.md
"Image Data ID","Subject","Group","Sex","Age","Visit","Modality","Description","Type","Acq Date","Format","Downloaded"
"I99265","136_S_1227","MCI","F","66","m12","MRI","MPR; ; N3; Scaled","Processed","3/06/2008","NiFTI","1/06/2024"
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed