Versions Compared

Key

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

...

When you apply this directive, you will see the following:

...

What happened here?

In Data Preparationthe Wrangler, you ingested a single "record," which is the FitBit.json file. Although you have split this single record into several output records, it is still a single input record. Hence, when you apply send-to-error, you mark the whole record as erroneous. Consequently, no data is shown.

send-to-error is error is very useful when you don't want to accept your data as a whole unless everything is valid.

...

To remove the send-to-error directive, nagivate navigate the right side bar and click the "x" next to send-to-error, which is directive number 12.

...

Execute the query that you see on the screen. You will see the data that you have just prepared was written to the table!

...