Discuss data, share best practices, learn, and grow with Ataccama's Community.
Recently active
I have been given a list of emails that I want to transposeβconverting the data from rows to separate columnsβand then concatenate these columns into a single row. How can I do that in the IDE?Β Original DataΒ After TransposeΒ Final OutputΒ Note: All the emails will be unique, so I donβt want them to be grouped. Could you please suggest how I can transpose these rows into columns and later merge them into one single row?Thank you.Regards,Dhaval
Does anybody need to ingest data into Ataccama by way of an excel file attached to an email?One of our business teams receive a βdata feedβ from an external supplier. It comes as an Excel attachment delivered by email.We have enquired, they do not have APIs. Excel via email is all weβve got.As it stands, my integration will depend on the person receiving the email dropping the file into something like an S3 / ADLS Gen2, and for us to build a .ewf to poll the location regularly to ingest the data (into RDM).Weβre on PaaS, v14.5.1 for now, soon to be v14.5.3.Donβt think the PaaS stack can automagically read emails and get attachments off. Weβre not keen on the dependency on the person to drop the file into ADLS Gen2, but it seems to be my only option at the moment.Do I have any alternatives?Β
We are trying to pass a csv fileβs column which is generated from the Run DQC andΒ contains a list of emails to the Send MailβsΒ βtoβ section. What are the other ways of passing a column to that particular section. Let me know if there are any alternative steps.Β This is the workflow planConfiguration of Send Mail:Regards,Emmanuel
we need to achieve completeness DQ control by comparing data in the file and the table irrespective of the position of primary key in either of them or by using composite keys. - This is in continuation with the query posted in ataccama community - Regarding DQ controls (ataccama.com) Do we have any step or document to follow on how we can import that file into ONE web app as catalog item and can we upload the file from local or we need to get that from the file system?Β Thanks,Karthikeyan.
I have created a rule that detects if a record is in the table more than once based on aggregation of 2 attributes in OneWeb application.Β This gives a proper result in Invalid samples data and exports giving 2Β errorsΒ if the record is in the table 2Β times etc.Β But the customer requires that only 1 record should be visible in Invalid samples and also in exporting to db.Β It does not matter which one.Β Is it possible to configure the result to do this?
Hi All,I have a scenario where I have loaded email table with 2 slightly different email data. Now next day source team sent the corrected data which is exactly equal to first data so the 2nd data gets updated but since it is exactly same it should get merged with first data but that is not happening. For email table we dont have any match rule. We just have defined a key rule on email address basically storing unique data for same load.First Loadid email 123 abc@gmail.com 124 abc1@gmail.com Β 2nd Loadid email 123 abc@gmail.com 124 abc@gmail.com Β Now I have duplicate email data with 2 diff id. How can I fix this? I do not have party id in this table. Party and Email are linked using Party_Email table which is having relationship for both the entities.Party_Emailid party_id email_id 1 100 123 2 100 124 Β
Our experts here canβt seem to get it to work even with support teamβs help.Β If you happen to have had success and are willing to share some of the details, it would be greatly appreciated.Β Β
Hi TeamΒ This is the continuation of the of the below thread about using reconciliation project for comparing a file with the table.Compare data between file and table (ataccama.com)Β The data compare is working fine when I followed the approach suggested.Β But from this link (Data Reconciliation Best Practices πΎ (ataccama.com)Β - it is mentioned as (except snowflake data).So, what will be the approach for the snowflake related connections.Β I have one more question - for eg ., I have column fullName in source (which has a full name) in target I have two columns one has the first name and other column has the second name. Can we compareΒ source column to target column1 and 2.Β Β
Hello,I was wondering if someone has an idea to help my question about one of my DQ check. Basically let me explain what i have and what i want to achieve with them.I have; one list consisting 2 columns.Β Column AΒ has unique values having 2 or 3 digits with a mixed combination of letters and numbers.Β Column B has names according to the column A. Here is the example:Β Column A Column B abc name1 abd name1 abe name1 abf name2 xy name3 1a1 name4 1a2 name4 1a3 name4 yz name5 yz1 name6 Β As you see, there is no corelation between column A and column B. I canβt assume if the value of column A is yz and value of column B is name5 then i have name5 for yz1 of column A.And I have a field in my data lets call it as column C. Column C has values with a mixed combination of digits and letters and with different length. Such as abc1231422ad ,Β 1a3577afdg , yz4564sdfsfs can be example.Β And I have another field which is Column D having some other values.Β I want to check v
HiΒ Β I want to search for a validation message on a field.For example if ABN is empty I can use Advance condition to write: ABN is nullΒ However in this case I want to search where the ABN contains a value which has a validation message attached to it, ie where an ABN field is detected to be incorrect as it contains either a dummy value, or it didnt pass a check.Β Usually these fields will be highlighted as they were scored higher in the cleanse layer in One DesktopΒ For example ABN is 0000000000 at the source layerΒ Is there a way I can search / filter records for their specific validation messages, as opposed to the content in the field. ( As the validation messages are not the actual input in the field, but score and explain what is wrong in the field)Β See photo attachedthanksΒ Β
Hi, I am getting this error while running the Load Operation for full load for one of the source system. Any help ,highly appreciated.Β
Hi all,For Postgre SQL,when we are loading its only to our local.eg,if one member is loading the data in load operation,the post gre table that are populated are only visible to the member who loaded.How to enable the postgre table or see the table and its data which will be common to all user? Please suggest.
Hi Community,Iβd like to share some thoughts about the business glossary. After considering how we wanted to use the glossary, we applied customizations in the metamodel, so we have a specific implementation. I suppose that others have a different approach to using the glossary, so it would be great if we could share and discuss our visions. I am looking forward to your feedback!Letβs start.The business glossary provides a way to describe terms that have relevance to the organization. Obvious properties like name, definition and owner describe a term. It is possible to connect catalog items and its attribute to a term, so that physical data elements becomes meaningful.The question is, can we describe these elements with the same properties? (Indeed a rhetorical question)To logically describe a catalog item attribute, besides its name and definition also properties like its (logical) datatype, an indicator to mark a βpersonal identifying informationβ term and the GDPR classification.The
On a matching component if address table is mapped as shown in the screenshot. Why would the process still run for the address table for both insertion and deletion. while its not being used. How to avoid it run through it and why would it run through? it would not need a master_id associated wither as it is tied to parent by u_parent_id.Β
I'm currently using the "start-server.bat" file within the Ataccama Desktop tool to manually start Ataccama Server. However, if I forget to start the server, certain workflows fail to execute. I've attempted to automate server startup using Windows Task Scheduler, but it's not working as expected. Is there a reliable method to start Ataccama Server independently of the Desktop tool, perhaps through a scheduled task or another approach?
Hello:Β I have a use case specifically for assigning a term. If the data is a 9 digit number and if the field name is NOT one of the list i want to exclude - then that term be assigned.Β I also have additional field names that i want to be tagged with that term - irrespective of value with in that field.As of now - iam able to createΒ separate rules one that runs on metadata and other runs on real data - and put a OR condition or AND condition between the two rules. But that is not addressing my use case very well.Β I need one rule that can refer to both real data and metadata.Β OR - i should be able to give a complex join condition with more than two rules(Rule 1Β AND Rule 2) OR (Rule 3)Β Has anyone done something like that?
Hi,I am getting this error while running the Load Operation for full load for one of the source system.Any help ,highly appreciated.Β
Iβm trying to build a GET API call to an external data provider.This provider requires me to send my GET call with the certificate.We managed to test it in POSTMAN, where I had to add the certificate in the Settings βΒ Certificates menu:Β I have a .pfx file with a passphrase, and I needed to specify the host.This works on my laptop in POSTMAN.Β Now Iβm trying to do the same call in ONE Desktop using JSON Call step.By way of googling, Iβve managed to convert my .pfx file into .cer, then IΒ imported the .cer fileΒ into {DQC_HOME}/jre/lib/security/cacerts . Then I have restarted ONE Desktop. But when I call the API Iβm still getting an error message from the other side saying my certificate is not sent.Β I have a suspicion that the certificate is sitting in the keystore but it is not used. Is there some way to ensure it is used? Some java parameter somewhere?
Hi All,I am very new to Ataccama and still exploring everything by myself. I have updated logical model (added new entities), load operation and then configured transformations. Saved and generated the project. But I cannot see the new entities in Postgresql. I was under assumptions that after generating the logical model, tables will be created automatically in postgre but that didnβt happen. Tried saving, generating, stopping and starting servers several time but no luck.Is there any steps to follow?ThanksFS
Hi,Β I have a requirement to ignore certain columns to notΒ detect as a change when that field comes with a different values in the message.I tried applying the field in ignores comparison columns as shown below, but looks like when the message came in again with a new value for this field, it still got processed. Are there more steps to be done to ignore a field? Also to highlight, we consume data from Kafka streaming consumer.Β Β Β
Hi All,I have created the logical model (Instance and master layer) and then configured the full load operation. I am now working on Transformations layer. Here for few new entities I can see only the clean and match component are generated automatically.Β Now I want to add merge component. How do I do that? I have the option to create new component under Files βΒ engine βΒ trans βΒ party_address but then that will be blank and there is no Integration input/ output added which gets generated using the model. Am I missing any step? Just like party_address I have also added party_rel and here I can see all the 3 components. (Please refer the attached picture).ThanksFS
Hey all!Now that incoming webhooks within Microsoft Teams is discontinued (Existing configurations will work until end of 2025), is there a plan for how teams will continue to integrate with notifications from Monitoring Projects? This was a big sell to a lot of our users, and now that we are unable to use incoming webhooks for new monitoring projects, I want to see if there is a plan to have a work around, or if it will be not supported in the future.Β Β Β Β
Hello: I have a use case where when the data in a given column - for a key changes from previous day to next day - that should trigger an alert/notificationΒ For Ex: Security Ratings, and/or ESG ratings generally dont change for a given security. I have a table that has one record for each day for each security. And the ratings are in the columns of that table. Now - on a regular day - all ratings from previous day should be same for next day, and day after (until it changes). And on the day when it changes - i want to capture that security, ,what field changed - what was yesterday;s value vs todays value.Β The way - i would like to solve this - is create a SQLCatalog item - with previous day - and current day values combined into one dataset for each security and write scripts to compare them one by one, and report any changes. But I want to know if there is an out of box - date driven compare that can be done for this.Β
Hi everyone, Iβm Srija Piratla, Solutions Consultant here at Ataccama.In this post Iβm going to talk about how to create a hyperlink for an attribute column in the ONE Web App. Curious? Follow these steps. This example demonstrates how to make a column, such as "Product URL," in the catalog item "Epic Dashboard" clickable, redirecting to the respective web page.Steps to Create a Hyperlink for an Attribute ColumnCreate Metadata Model: First, ensure you have a metadata model set up. You can find detailed instructions for creating a metadata model here. If you need to create a new entity, use the metadata writer step to load the data. Edit the Page Template: Navigate to the page where you want to create the URL hyperlink. In the top right corner of the page, click on the Edit Page Template option. Β Add Renderers for Hyperlinks: In the page template editor, add the necessary renderers for hyperlinks. This involves specifying the renderer type for the attribute you want to make clic
Records marked as match_override after being fixed on OGC. When the matching rules changed and subject is reprocessed, these records are being unchanged while they are supposed to match with other records. How do weΒ [omnihealthdata].[dbo].[ids_override_match] andΒ [omnihealthdata].[dbo].[ids_override_property] tables contain these records, did try deleting from these table and rebuild and reprocess with the new match rules but they would not match.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.