- Регистрация
- 07.04.2020
- Сообщения
- 3
- Благодарностей
- 0
- Баллы
- 1
Hello Guys,
I struggling since many days with filling a csv file with data,
I'm scrapping product pages which contains product description in HTML.
I'm using a DOM+regex to extract the test that i need,
Then i'm using a list processing ( add line ) ( "Variable1";"Variable2";"Variable3") to create my csv file,
My issue is that (not always, but most the time), the csv file is a mess, i get many line breaks, the HTML text that i put in a variable should be in only 1 cell.
But sometime it is divided in many cells(rows).
i used some text processing to remove spaces, line breaks...
i even used a custom C# code to remove the HTML tags.
but nothing avoid this issue at 100%
I wish anyone who face this could help me
Thanks a lot
I struggling since many days with filling a csv file with data,
I'm scrapping product pages which contains product description in HTML.
I'm using a DOM+regex to extract the test that i need,
Then i'm using a list processing ( add line ) ( "Variable1";"Variable2";"Variable3") to create my csv file,
My issue is that (not always, but most the time), the csv file is a mess, i get many line breaks, the HTML text that i put in a variable should be in only 1 cell.
But sometime it is divided in many cells(rows).
i used some text processing to remove spaces, line breaks...
i even used a custom C# code to remove the HTML tags.
but nothing avoid this issue at 100%
I wish anyone who face this could help me
Thanks a lot