Display data from CSV media as a small table in collect form

1. What is the issue? Please be detailed.
I have one CSV attached as media. CSV contains information of farmer ID, crops practiced by a farmer and areas of each crop.
Farmer ID - Crop 1 - Crop 2 - Crop 3
FID123 - 1 ac - 0 ac - 0 ac
FID234 - 2 ac - 1 ac - 0 ac
FID145 - 1.2 ac - 1.2 ac - 1.8 ac

I want to show above data in tabular format in ODK app.
any workaround?

2. What steps can we take to reproduce this issue?

3. What have you tried to fix the issue?
I already tried to combine all information with comma or dash separation in one cell/row, this information display in Select list with no label.
The data is visible however no control over layout and column width, which make hard to read the information like table.

4. Upload any forms or screenshots you can share publicly below.

Apologies for the silence here, I agree this is important.

It intersects with Form design: grid of text or numeric input which is about doing data entry in a grid.

It also intersects with our work adding a formal concept of the entities that data collection is about.

It sounds like your goal to have a table that is at the beginning of a form that users can select one row of and then fill out the rest of the form about, is that right?

hello Hélène,

Yes, the goal is to start the data entry form that user select one row and then fill out rest.
However, at the moment even if I manage to display data in tabular format is enough.