-
Re: How to remove letters/chars preceding last '-' in a string
Hi, In a Prepare recipe, add a "Extract with Regular Expression" processor and then use the Smart Pattern Builder. //play.vidyard.com/5RLFrHK4dEPFwuV7BoV8kZ.html? I hope this helps.1 · -
Re: Please help Prepare simple multiplication Recipe-Automation
Hi, Once you have the data in a long format (prod, month, value), then you can use a nested if to create a new column with the product: if(prod==X,3xQuantity,if(...)). Personally, I don't like to har…2 · -
Re: API Call and SQL Query
Hi, So it seems that you need an endpoint coordinating the call of other endpoints, as described on this page: https://doc.dataiku.com/dss/latest/apinode/api/endpoints-api.html Good luck1 · -
Re: Split and fold
Hi, The documentation pages contain examples of the different processors: * Split and Fold * Split * Fold Google is your friend, search “dataiku 'your query'” and you will be guided to relevant conte…2 · -
Re: add an incremental column in dataset
Hi, You can use a Window recipe for this: * In the Window definition, enable a order column * In the Aggregations definition, compute the Row Number * See attached image For an overview of the Window…1 ·