Posted on September 15, 2018 by Michael Bishop Next merit badge I think I want to earn is to easily manipulate between json and csv. Any pointers for where to start? Twitter icon Micro.blog icon
no particular language, but in an area I have deep interest, I’m seeing often that you need to normalize fields from a csv file to match an existing json schema. Or vice versa. I’d like to have to tools and deeper knowledge to do that. Reply
@miklb what language(s)? PHP has some solid utilities for this: secure.php.net/manual/en…
no particular language, but in an area I have deep interest, I’m seeing often that you need to normalize fields from a csv file to match an existing json schema. Or vice versa. I’d like to have to tools and deeper knowledge to do that.