Does Appian support Financial Services File Formats (BAI2)?

Hello there,

Does Appian support Financial Services File Formats such as BAI1 and BAI2? I have an application in Appian that will receive and load these type of file formats to then send it back to a bank institution.

  Discussion posts and replies are publicly visible

Parents
  • There's not any official or explicit Appian support for these file formats.
    It's likely that an application could be designed to parse the content of the file according to the format specification.
    If the files are ALWAYS reasonably short, and they're essentially text files, you could read them with the Text File Reader.

    If the files are typically going to be too long to read with text file reader, you might do better to use an Appian web appian to allow the file data to be put in Appian over a web service.

Reply
  • There's not any official or explicit Appian support for these file formats.
    It's likely that an application could be designed to parse the content of the file according to the format specification.
    If the files are ALWAYS reasonably short, and they're essentially text files, you could read them with the Text File Reader.

    If the files are typically going to be too long to read with text file reader, you might do better to use an Appian web appian to allow the file data to be put in Appian over a web service.

Children