For CSV, you need to find the correct markdown variant (see Importing notes from other notebook applications). For me pandoc -o output.md -t gfm input.csv
worked.
The JSON format is human readable. I might write an import script if I get some time in the next weeks.