
JSON Lines (JSONL)
target-jsonl (andyh1203 variant)
JSON Lines (JSONL) is a format for storing and exchanging structured data.
JSON Lines (JSONL) is a lightweight data format that allows for the storage and exchange of structured data in a simple and efficient manner. It consists of a series of JSON objects separated by newlines, making it easy to read and parse. JSONL is commonly used for log files, data streams, and other applications where data needs to be processed in real-time. It can be easily converted to other formats such as CSV or JSON, and is supported by a wide range of programming languages and tools. Overall, JSONL is a versatile and powerful tool for working with structured data.
Settings
Destination Path
The file path where the JSONL data will be saved.
Include Timestamp in File Names
Whether or not to include a timestamp in the file name of the saved JSONL data.
Custom File Name Override
A custom file name to use instead of the default file name when saving the JSONL data.
JSON Lines (JSONL) connector is available on Meltano Community. It is built by our growing community of over 5000+ developers. Refer to the Install section below to verify the readiness of this connector.