Skip to content

Input Config

Input definition comes with following keys:

  • match: Rule for matching CSV files. Currently, only the Simple File Match rule is supported. Please see the Simple File Match section for more details.
  • config: The configuration of the matched input CSV files. Please see the Config section.
  • extra_attrs: The optional extra attributes on top of the transaction's original attributes for matching and rendering in the import stage. Please see the Extra attributes section.
  • filter: The conditions for filtering transactions extracted from the input files. Optional. Please see the Filter section.
  • loop: Repeating the same input configuration template with different variables to avoid repeating. Optional. Please see the Loop section.