Hi all
i have a txt file
how do I read the text and the text is entered into the entity database??,like this picture Thanks
Hi Sherly,
If I understood your question correctly, you want to upload the .txt file and then do some data normalization before committing it to the database right?
So, first, you will need an upload node to upload the .txt file, then, I would suggest you take a look at this API:
https://success.outsystems.com/documentation/11/reference/outsystems_apis/binarydata_api/
You might want to use the BinaryDataToText.
After that, you will need to create some logic, perhaps using some StringSplit to normalize the data before saving it to the database.
Regards,
PZ
Hi,
You already posted some question before. please keep the discussion focussed and don't post same question multiple times.
I will close this discussion, which can be continued via the other discussion:
https://www.outsystems.com/forums/discussion/87104/bootstrap-file-with-data-type-txt/
Daniel