Hi all,
I am importing a flat file into ADO. However the flat file does not have a unique identifier. I would like to use the row count as the "ID" Is there a way to create this ADO?
Basically how would I do row_number() in SQL?
@Olek P Currently, I do not believe this is something ADO can accomplish. There are no native ROW() functions, nor can ADO formulae reference values / cumulate across different rows.
You may be able to use the HASH() function to generate a unique ID, and import it into a temporary staging production list & module in Anaplan. You could then use logic to link it to a cumulative row count via logic and an additional import, but not sure the use case and if that complexity would be feasible for what you are trying to accomplish.
Hi @Olek P - Is the intent here just to create a unique ID, or does this need to specifically be a row count? If the former, you could use the HASH() function in ADO to generate a unique identifier.
@JeffreyG, thanks for getting back. I would be looking for row count, is this possible?
One thing to consider is whether the row number needs to remain consistent across different file loads. If the source file can change its row order, a row-based ID could potentially point to a different record on the next load. In that case, using HASH() on a combination of fields might be more reliable. It would be interesting to know what the downstream use case is for needing the sequential row count specifically.
We're looking to feed live or near-live Anaplan data into Claude through MCP, but our current approach — exporting CSV files via the Anaplan Bulk Export API, loading them into MySQL, and querying from there — has a significant lag (hour-long turnaround). Curious if anyone has found a faster path, whether that's through the…
The July and August releases added several useful capabilities to Anaplan AI, including the ability to create and retrieve saved views and create list import actions. It would be valuable to extend these capabilities to support the full end-to-end user story: creating a saved view and using it as the source for an import…
Has anyone tested Analyst’s response quality/speed on large, sparse models (think 10+ dimensions, millions of line items)? Wondering if there’s a practical ceiling before it starts timing out.