Hi Mark - thanks for looking at this!
A sample of data looks like this:
OrderID |
Date |
Status |
Product |
73906 |
19-Mar-21 10:19:55 |
RESERVED |
123 Hat |
73906 |
21-Mar-21 4:08:22 |
COMPLETED |
123 Hat |
In one csv file, I'll have the order's state progression. Using a QB Record Create trigger pipeline on a staging table - writing to a Sales table.
After the file has been processed through the pipeline, I might have one record in the Sales table or two - it's seemingly random. It seems like a classic data race -
https://devopedia.org/race-condition-software but I haven't been able to sort out QB's handling for it. Has anyone else seen it?
------------------------------
Malcolm McDonald
------------------------------