anlek / mongify

Mongify allows you to map your data from a sql database and into a mongodb document database.
http://github.com/anlek/mongify
MIT License
317 stars 82 forks source link

Creating multiple values in embedded array #158

Open robertangeles opened 6 years ago

robertangeles commented 6 years ago

Hi @anlek . Hope you are well. I'm trying to figure out how to implement incorporating comma separated values within an array using mongify. I have highlighted it in the image below.

image

I was wondering if you have some thoughts on how to do it with mongify.

Thanks!

Rob