Forum Discussion

anayak's avatar
anayak
New Contributor III
4 years ago
Solved

Loading jsonb postgres data

How can I load JSONB data using Postgres snaps? I’m able to load the data as TEXT type but not as JSONB type. Below is how I’m setting up my pipeline for inserting data to postgres db: Any ans...
  • dmiller's avatar
    8 years ago

    For me,
    $xmlTest.replace('<?xml version="1.0" encoding="UTF-8"?>','')
    is returning
    "replaceTest": ""

    Is this not what you are expecting?