Step 2. Extract NoSQL Database Data
Read in the documents extracted from the MongoDB database* and saved as JSON files.
Convert the JSON Format to KNIME Table format with the JSON to Table node
Extract the license validity date with the Extract Validity metanode. The output table contains Store_ID and Licence Validity.
*Note. To extract the same data from the MongoDB directly, you would need MongoDB Connector and MongoDB Reader nodes. You would need to provide hostname and port of the instances and authenticate to connect, and then provide the database and the collection to import. We do not provide the access to the MongoDB database in this demo.