FatonF
Windmill3y ago
Faton

Hey @_pai03 ! I have created a small App that uses 3 components: - A file input that only accepts C

Hey @_pai03 !

I have created a small App that uses 3 components:
  • A file input that only accepts CSV
  • A button that processes the base64 CSV in GO into an array of object
  • A table that displays the data
The result of the file input component is connected to the input of the Go function. ( see docs: https://docs.windmill.dev/docs/apps/app_outputs#connecting-inputs)

I've attached the JSON of the app. You can import it from the home page -> Little arrow next to + App" -> Import from Raw JSON
On the left-hand side of the app editor, you can find the app outputs. They are three types of outputs:
Was this page helpful?