dongoldstein
Saving the received data line by line
Hello, I want to save the data (stock) I received with TextArea to the database.
One stock data is entered in each row, and each data should be recorded in the database as a row.
For example;
TextArea[
stock1
stock2
stock3
]
Database;
ID - stock_detail...
1 - stock1
2 - stock2
3 - stock3
how can I do that? I didn't see it in the documentation.
4 replies