How to import images for all rows into grist

I have a csv file with many column and one of the column are urls to pictures. I would like to make an import of it and that all the pictures get imported in an Attached type column.
What do you thing is the best way to do that ?
For the context this is to import data from Airtable.

Hi @cpind!

One option would be to import it as is, then add an extra column of type attachment, then write a script that goes through the records, fetches the images, and adds them as attachments via the api: see API reference - Grist Help Center

Another would be to not import the urls, and just use a custom widget to view them, like this image widget example or this meme example.