Storing entire file content in a single String variable (Apache-Beam)

855 Views Asked by At

I would like to store the entire File content (File is placed in GCS Bucket) in a single String variable. I know this is possible using Cloud Storage library and couldn't find any related example as reference.

Please provide me any working code-reference of this use-case.

0

There are 0 best solutions below