Tools

User extension that provides utilities for building a graph database related Flogo application
  • FileReader : Read data from single file, files in a folder or file entries in a zip file
  • Accumulator : Accumulate input data then emits it in a batch
  • CSVFileWriter : Write data to file in CSV format
  • CSVParser : Parse data from CSV file based on predefined path then set to a flat tuple
  • JsonDataDecoupler : Extract array data from JSON then emits an array of tuples
  • JsonDeserializer : Convert JSON string to an object
  • JsonParser : Parse data from JSON file based on predefined path then set to a flat tuple
  • JsonSerializer : Convert an object to JSON string

Last modified December 3, 2020: move docs (4458cdf)