Bulk import
# general
m
what's my best bet to implement a bulk import with Avo? Haven't seen it as a feature even of the pro plans 🤔
l
Are you importing from file or API?
m
CSV file (sorry)
l
I would go with an action that have a file input
Than the parsing logic depends on the format
m
Will try that!
l
Let me know how it goes, I can send some minimal example when get to my laptop in a few hours
m
It’s not that urgent, I‘m trying to gauge some features and capabilities for a client
l
yeah, we don't have a "flashy" bulk import/export process. I love how BT does it and hopefully we'll be able to add it in the future
but like Paul said, start with an action, upload a file, then you could just import those, or redirect to another action with some more information and some fields attached, like which columns to import and so on