Tugrul Bayrak
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 9
Posts
Recent activity by Tugrul Bayrak-
Detecting same id pairs when their order in reverse
Hi,In a column, I have id pairs. Some of the pairs in the different rows are in reverse order, such as; "abc123 - xyz456" and "xyz456 - abc123". I need the column to be unique by detecting these ki...
-
Removing an empty folder via rest-api
Hi,I create some workbooks and remove them for some requirements. But, when I remove all the workbooks, the folder is still there even if it is empty. Is there a way to remove an empty folder struc...
-
Encryption of user password by encrypt.sh script creating connection
Hi,I try to create a connection via api call. I use encrypt.sh on datameer to encrypt the password. It was working fine when we were on the version 6.3.8. Since we upgraded to the version 7.1.12, t...
-
Genereting a unique id from a uniqe string
Hi,I have an id column with 32 alphanumeric characters. I would like to produce a smaller unique integer ids. How can I achieve this on datameer? Thanks
-
Labeling double words in a sentence
Hi, I have some sentences in every row in a column. I would like to detect the same consecutive words. The sample sentence and the one I would like to achieve like below; This is an example example...
-
Connection password encryption
Hi,I need to create a connection via Datameer Rest Api by providing server url, user name, password etc. However, the password is encrypted like below; "password": [ "SECURE:0:nzCEa3xd/EUVpSMz3AvcY...
-
Finding which user has updated a workbook by rest api
Hi,I was wondering if it is possible to find out the last user updating a workbook via rest api?thanksTuğrul
-
Self-join sql equivalence
Hi,I was wondering the sql equivalence of a self-join. As far as I know, a table is joined with itself and its code is something like below; SELECT A.id, B.id, A.valueFROM test_table A, test_table ...
-
Rest Api Read Files in a Folder
Hi,I would like to get the files and their id's in a given folder. On documentation page about api there is an example; curl -u '<username>:<password>' -X GET 'http://<Datameer-serverIP>...