In this article, let's learn how to use the different JSON format in the MongoDB source endpoint.
JSON is a data format that represents the values of objects, arrays, numbers, strings, booleans, and nulls. The JSON format defines a reserved set of keys prefixed with "$" to represent field type information that directly corresponds to each type in BSON.
Sometimes we want to use a different format for downstream applications. This article explains the following topics:
In the target side tables, we get different format data rows; the DATE fields values format can be ISODate format, or Epoch format, and if associated with additional data type properties upon different jsonMode setting.