Error with file concatination

Hi,

I got an error like that “…” when trying to do the following:

concatenation ", " of (lines of file “”)… I assume that coz the file is big… any recommendations?

Thanks in advance

According to documentation:

String literals in the Relevence language are limited to 512 characters, but internally, they can be any length.

References

Link1

Link2

What’s the use case?

You can return just lines of file and the lines will be reported back to the console.

Do you really need the whole file or just a line?

Thanks guys,

it works fine now after adding some conditions on the output.