Skip to main content
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

You can use the StringReplacer in the Text Editor.

imagePressing enter will place a Line Feed characterimageIn 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

scr shot for regular exp


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

imageIn 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

 


Reply