ContributionsMost RecentMost LikesSolutionsRe: loading sub-ledger data into OneStream Are you loading into the Stage table. If yes, the either create a single large file and load, or break it down into multiple files and automate the load/transform process through a data management s...Re: How to load field from a CSV Header record to all imported Detail records in the file Thank you Jack. That's exactly what I needed. How to load field from a CSV Header record to all imported Detail records in the file I'm loading a Fixed Width data file to Stage for Transaction matching. This file has: HEADER record that has the transaction_date in it. multiple DETAIL records with transaction type and amounts...Solved