I have CSVs where some columns are left blank, and are assumed to hold the value of the previous row.
I can write a transformation function to populate these columns, but I need the value of the previous input or output row, to read from. Is that a possibility from within the #:pgloader.transforms package?
I have CSVs where some columns are left blank, and are assumed to hold the value of the previous row.
I can write a transformation function to populate these columns, but I need the value of the previous input or output row, to read from. Is that a possibility from within the
#:pgloader.transforms
package?