This application example demonstrates how to import a CSV file into Novacura Flow. Users can upload a structured CSV—such as a list of items, customer data, or transactional records—and have it parsed and processed within a Flow application.
Perfect for bulk data entry, migration tasks, or integration scenarios, the example shows how Flow reads the CSV content, maps it to fields, and uses it to trigger further logic or updates. While demonstrated with a simple table, the same approach can be adapted for more complex data structures and validation rules.