-
Re: Incremental Load in Dataiku
Hello, You can use a time-based partition to only run data based on a specific date (or other dimension). See an example from our Knowledge base here. Hope this helps!1 · -
Re: How can i count the number of words in a cell?
You can also do this visually by using two steps in a prepare recipe. * Use the Tokenize text processor to split your text column into an array of words * Use a formula step and add the arrayLen(toke…2 · -
Re: String dates to datetime format
Hello @RAMAN - You can use the format date processor to change your date input column to a string column with the format of your choice (e.g. yyyy-MM-dd) as seen in the screenshot attached. Here is s…1 ·