Hi there.
I am currently evaluating knack.com and so hacking around with data and what’s possible.
One of my challenges to design and functionality is that I have a user that needs to be able to upload a file that contains data points in two columns.
For example
Word, Frequency
Hello, 20
Goodbye, 30
The easiest thing for them would be to copy and paste
“Hello, 20
Goodbye, 30”
into a form which is then submitted.
That form then adds that data to a table so that words and frequency could be seen side by side.
What makes sense to do here?
Thank you.