Reputation:
I am getting input text box values in my angular ng-model as 903290,902020
. I want to insert this in mysql using nodejs with sequelize , so for bulk create i need array. How to convert this above 903290,902020
into array [903290,902020]
Upvotes: 0
Views: 359