Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Configure the source format to be blob. Configuring the format to blob reads the entire content of file that allows the prettified JSON file to be parsed.

    Image RemovedImage Added

  2. Configure the output schema to be bytes.

...

Step 2. Convert the records read to String

Use a projection Projection transform to convert the input bytes to string:

...