Konsta Danyliuk
- Total activity 601
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 273
Comments
Recent activity by Konsta Danyliuk-
Hello Fernanda.If I properly understand the request, you would like to replace a backslash character(s) with a slash, wouldn't you? As a backslash is a сontrol character, in Datameer formula builde...
-
You are welcome, Anson.
-
Hello Anson.As far as I understand, you would like to add a new column that will represent the difference in days between the previous and the current creation_date_string value, wouldn't you? Ther...
-
Hello Anson.With the Datameer support subscription, you could raise a ticket for any question you have, not only for a system error or failure. The way to ingest plain text files depends on what ex...
-
You are welcome, Anson. We are happy to help.
-
Hello Anson.If you do not have a data creation timestamp in your dataset, you could use the following approach. Create an ImportJob and include the dasJobExecutionStartTime column into the schema ...
-
Hello Anson.May I ask you to share more details about the use-case, please. How exactly does the imported inventory data look like (a few records mockup will be sufficient)? What result you need t...
-
Hello Anson.In this case, I would suggest the following approach. Remove brackets and quotes from the initial string via the REPLACEALL function. This gives you the string with comma-separated val...
-
Hello Anson.I hope you are doing fine and staying safe these days.I guess we would need more details about this use-case to be able to suggest the right approach. As far as I understand, the data ...
-
Hello Anson.The ASDATE function should recognize the original with the pattern MMM dd, yyyy @ HH:mm:ss.SSS ASDATE("Jan 21, 2021 @ 20:34:54.000"; "MMM dd, yyyy @ HH:mm:ss.SSS") There are two possibl...