Joel Stewart
- Total activity 779
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 347
Comments
Recent activity by Joel Stewart-
In that case, the data can be extracted using the https://documentation.datameer.com/documentation/display/DAS70/REMOVE_HTML_TAGS function directly. This is the same process that I recommended duri...
-
This is easiest to handle when the data is being brought into Datameer using the HTML Files type: https://documentation.datameer.com/documentation/display/DAS70/Importing+HTML+Files Specifically, i...
-
I'd recommend using the INT function directly in Datameer to convert strings (even with leading 0's) into an integer. Once both numbers are integers, the joining should be straightforward. For exa...
-
In the SQL example above, all the data comes from a single table which is similar to a single sheet in Datameer. If you want to use two different sheets (or tables in SQL) and multiple join criteri...
-
It's possible that the 04:00 AM is just an offset for your timezone. Are you in Eastern Daylight Time (GMT-4) by chance? If so, it seems that the offset to 04:00 AM is explained by that. If so, thi...
-
Thanks for sharing the logs. In the second execution, this section stands out to me: Previous max split value for 'Job1.imp' is 1538020800000 This indicates that the initial import job brought in ...
-
It would be helpful to see the job logs from consecutive runs to see how the split column is calculated at run time from one run to the next. Are you able to share excerpts from these as well?
-
siva, no, the filters must reference columns within the sheet. If you need to reference data from another sheet, bring it into the working sheet as a first step before adding the filter on that cri...
-
There are restricted privileges for users within the Online Demo system. I just double checked and verified that the Download Data privilege is not added to this role in this environment. This expl...
-
No, this functionality is not part of Datameer today. It's certainly possible to add a user-defined function through the SDK though that could bring this type of detection into a function for futur...