Read an input file other than the UTF-8 Format

The following pipeline reads the input file in ISO-8859-15 format to generate an output file in UTF-8 format.


Reading input file pipeline

  1. JSON Object (JSON Generator Snap with Pass through disabled)

    This JSON Generator Snap, JSON Object, is used as an input by the downstream JSON Generator Snap, Combined JSON.


    Input JSON from JSON Object Snap

  2. Combined JSON (JSON Generator Snap with Pass through enabled)

    The Pass through checkbox is selected. In addition to this, the upstream parameter, $details.username, is included in this Snap's JSON script to capture information based on the username field in the upstream document.

    The output JSON contains:

    • Data from the input document.
    • Data captured from the upstream parameter.

    JSON Parser Output

To reuse the pipeline:
  1. Download and import the pipeline into SnapLogic.
  2. Configure Snap accounts as applicable.
  3. Provide pipeline parameters as applicable.