Exportar datos extraídos con ReadPDFWithOCR a Excel o TXT

Hi,
I am working on a project in UiPath where I use ReadPDFWithOCR to extract text from a PDF file. The extracted data is stored in the variable OCR_SV.

My goal is to export this text to an Excel or TXT file, but I’m not sure which activities to use or how to configure them.

@Juanesteban_Davidcano

you can use write text file activity and give a filepath in write to file input and add the variable in the input text field. it would create a text file with data in the variable

cheers