Confirming your dataflow success

Learn how you can confirm success for your dataflow.

You put the processor to the test after you enable the Controller Service. In JSON format, you obtain the ID and BillingAddress of all accessible Account data.
[
 {
    "Id": "0017Q000003JfjcQAC",
    "BillingAddress": {
      "city": "San Francisco",
      "country": "US",
      "countryCode": null,
      "postalCode": "94087",
      "state": "CA",
      "stateCode": null,
      "street": "The Landmark @ One Market",
      "geocodeAccuracy": null
    }
  },
  {
    "Id": "0017Q000003BwDdQAK",
    "BillingAddress": null
  },
  {
    "Id": "0017Q000003ZdgiQAC",
    "BillingAddress": {
      "city": "Budapest",
      "country": "Hungary",
      "countryCode": null,
      "postalCode": "1232",
      "state": "Budapest",
      "stateCode": null,
      "street": "Apro u. 12/B",
      "geocodeAccuracy": null
    }
  }
]

When querying date, time, or datetime fields, Cloudera recommends setting the format properties on the RecordWriter service.