on 2020 Feb 27 1:30 PM
Hi,
We are planning to migrate the data from Maximo system to S/4 HANA. we are using SAP Data services with MS SQL server staging.
We have one table called long description with text field. That field contains length of more than 30000+ characters for one field. But if I want to copy varchar or nvarchar data type I can store maximum 8000 characters. As data type is text data type so in data services it will be long. I cannot apply string functions to break the string into multiple lines with 8000 characters.
How can I break the text/long data type with multiple 8000 length varchar lines.
We have one more issues . We have data in the text field with HTML tags. I need to move the only text data without HTML tags.
If anyone face such scenario , please guide me how to proceed.
Thanks & Regards,
Venkata Ramana Paidi
Request clarification before answering.
You may need to consider using python libraries (outside DS) to remove HTML tags and splitting the text before using it in DS.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
31 | |
8 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.