action type lookup currently exports a Transform stream, which makes it only compatible with the csv download that uses streams.
extract the lookup logic & export that, so it can be used in a transform stream for csv download and applied as a mapping for other download types which compose & return a full object (no streaming)
action type lookup currently exports a Transform stream, which makes it only compatible with the csv download that uses streams.
extract the lookup logic & export that, so it can be used in a transform stream for csv download and applied as a mapping for other download types which compose & return a full object (no streaming)