Hi
I need to remove new line in the result of my HTML extraction
S.P. n. 1,
S.P. n. 30,
S.P. n. 245
the result must be
S.P. n. 1, S.P. n. 30, S.P. n. 245
thx
Francesco
I need to remove new line in the result of my HTML extraction
S.P. n. 1,
S.P. n. 30,
S.P. n. 245
the result must be
S.P. n. 1, S.P. n. 30, S.P. n. 245
thx
Francesco
Page 1 / 1
You can use the StringReplacer in the Text Editor.
Pressing enter will place a Line Feed characterIn your Replacement Text parameter, you can try leaving it blank to see if it returns the correct results. You may have to enter a space here.
@checcosisani use string replacer and use regular exp to replace return or new line key to nULL.
regular expression : \\r?\\n|\\r/g
Hi
thx for Quick feedback
I have another issue ..
I tried to extract data rom this website
Lavori in corso da lunedì 31 ottobre | Comune di Bologna
In detail I need the p inside class nrc-template-news__description nrc-template-news__description--pre but I'n not able to find the correct css
thx
Francesco