Yes. Through the use of a ‘helper’ table.
Basically you want to copy the values from the multiple files column to a helper table and then extract them one on each row. You’ll want to add rows to the helper table in advance which satisfies the maximum number of rows you could have.
This has been the goto method