-
Email domain validation
Hi there, I don't seem to find the function that validates email domains, can someone help, please?
-
Aperture British Summer Time (BST)
Hi, There may be a very simple answer to this question, but is there some way of getting our Aperture to recognise that we are now in British summer time? On our jobs tab everything is currently showing an hour earlier than it is, because it's still set to GMT. Thanks! Rachael
-
Why this function is not working when using replace matches?
Good afternoon, Could you please help me to undertand why the following function isn't returning the desired outcome. Here is the what it should be doing: Looks if the combination of two columns have a match between the tables i.e. I’m using the match table 1 - Job title/table 2 - position name and table 1 - job…
-
A function to identify and remove multiple spaces between words
Good morning, I've build the following function to identify and remove multiple spaces between words, however it is not working. Am I missing any step? Many thanks in anticipation for our support. Best regards, Marco
-
shutdown due to heartbeat?
2023-04-13 08:57:06,646 INFO c.e.d.b.BatchService [Thread-0] Shutdown due to heartbeat timeout 2023-04-13 08:57:16,218 INFO c.e.d.b.BatchRunnerProcessMonitor [batch-client-system-akka.actor.default-dispatcher-5] *** Batchrunner process terminated 2023-04-13 08:57:16,218 WARN c.e.d.b.BatchClientActor…
-
Wrong column problem
Hi there, I have a lot of data that is correct but in the wrong column for example, phone numbers on the lastname column, any idea on how to fix this?
-
Cleaning Function
Hi there, does anyone know a function to clean whitespaces but leave one space between names? The equivalent of TRIM in excel. Thanks 😉
-
Notification filters
Let's say I have 100 workflows and would like to set up an automation to send me email when they are completed, except for 3 of them. Is there a way to exclude those three from triggering the automation? In the filter settings for the triggering event I can add a "Workflow is not equal to" filter but it only accepts one…
-
ADS, not enough permissions for page.
user is admin to the workspace. what could possibly be the reason for her not to see the dashboard in this workspace?
-
TLSv1 and TLSv1.1 protocols disabled by default in Data Studio
Towards the end of 2021, TLSv1 and TLSv1.1 protocols became disabled by default in Java 8, on which Aperture Data Studio is built. As a result, when you upgrade to a new version of Data Studio, if you are using Data Studio's packaged OpenJDK, you may find that some connections to External systems (e.g. JDBC) no longer…
-
Find Duplicate is showing empty records along with input records
We are using remote duplicate store. Whenever we run the workflow, the Find Duplicate step's result is produced the cluster id and and Match status as expected for the inputted data set. However, there are many blank records in its output, all of such records are showing their "Duplicates: Action" as "AFFECTED"; and for…
-
Number of columns in a dataset or a view
Hello, How do we know the number of columns in a dataset (or a view) when we are in a workflow ? Thank for your help Best regards
-
Find Duplicate new feature compatibility
We are using 2.9.6 ADS version in our prod serverand we have WFs to replace the existing duplicate store data. Now we have upgraded Latest ADS version 2.10.2 in our DEV environment and we see that Find Duplicate has lot of new functionalities with some new components. For our existing wf we still want to go with the same…
-
Pivot grouping issue?
Hi All, I have an issue with the pivot and I'm not sure how to solve this or what function to use to get a similar arrangement! I would like to arrange my dataset so that I see all vendors in one column grouped and all the other data columns arranged in further columns: Normally the column selected as the "pivot ID" should…
-
Make "max number of columns" a variable
Hi All, Is there any way to make the max number of columns value a variable? I do not always know prior how many cases will I have so I would like to add a variable that could be for example the result of the list-count. Many thanks! Kind regards, Vera
-
Find Duplicate Step's result is not showing up
In the Find Duplicate Step, after configuring input data set, duplicate store as Temporary Store and Step Setting, the link for "Show Step result" is disabled as well as the exclamation mark at the top right corner of the step is showing "Coudn't reach Find Duplicate server"
-
Replace function
Hi there, I am trying to make a function to replace some values with null. I did it with on value but wanted to add more so I can clean more with one function. Can you help, please?
-
running multiple workflows through rest API : UNKNOWN: 2046: Session is invalid or has expire
Hello dear team, when we run 4 workflows using a rest api (via Talend job), we are getting error message {"reason":"Unexpected error","details":[{"errorCode":22001,"detail":"io.grpc.StatusRuntimeException: UNKNOWN: 2046: Session is invalid or has expired"}]} We notice that this happen sometimes after the execution of the…
-
Regular exression match not found
Hi All! I would like to create a Regular Expression match check for the whole number 3 in a string. The regex would be: [^.][3]|^3[^.] Although in the result you can see that it is not correct - the 4th line should be true as it contains 3 as a whole number. I've tested the Regex at https://regexr.com/ and it is showing…
-
Unique ID for Validation Rules
Hi, Is there a way of exposing the unique ID for a validation rule, either via the API or another mechanism? The reason why I'm asking is because we've started reporting on our data quality testing across the company, based on the validation rules being run by each business area. At the moment the only way that we can…
-
Joining to Validate Function, but keep Validation Formatting
Hi, I have a Validation step, it works perfectly. However, I want to append an additional column via join. When I apply the join the Validation functionality (i.e. status changing colour, drill down to see rules no long available). Is there a way to join without losing that functionality. Or maybe some hack? What I am…
-
Set default to always ignore NULLS
Hi, I am doing sever DQ checks on a single field within a validation step. On each of these checks I want to skip the check if the field is NULL (i.e. so only performing the check on the populated cells). To ignore, in each function I am doing the normal test (e.g. DoB is Date), and also a IF THEN ELSE, to ignore where…
-
Has anyone else had issues connecting to an AWS RDS server? And if so how did you manage to connect?
We are having issues connecting to an RDS server, the port is definitely open and the username/password is correct. We have tried putting encryption parameters in but still won't work. Our non-RDS servers are working perfectly, it is just rds with the issues.
-
Get the 6 month Older Date from Today
Is there any easy way to get the date which is 6 months older than today?
-
Please make Rows per Page configurable
This is a suggestion for improvement. Please make Rows per Page configurable per user. I prefer to 50. (100 if available). It is a pain having to manually change this too many times. By the way, Is there any work-around to keep it at 50 always?
-
📣 Join us in person at our next UKI Data Management User Group I 9th March 2023 📅
I am pleased to confirm that our next UK Data Management User Group will take place on Thursday 9 March 2023, 10.30am until 3pm London UK time, and if you are an Experian client based in the UK you can sign up today. This time we are excited to host the event at our newly refurbished offices in Cardinal Place, 80 Victoria…
-
Uniqueness and/or Completeness as a validation rule
Hi, I know we have the profile step and the validation step in a workflow, but how can I create a validation rule for uniqueness / completeness so that the results are in the validate step results. thanks
-
Lookup step returning unexpected values
Hello. I am currently using version 2.8.8.27. I've discovered recently that in one of my workflows, the Lookup step is not returning the expected results in all cases. I have quickly set up a test scenario I have attached below. The idea is the following: The lookup should give back the "Value" column's values in cases…
-
Dataset Update through API
We have a requirement to Update the Dataset with API. Currently we are manuall placing the .csv file to the dropzone and then updating the Dataset. But as we want to automate this we want to call the API from the other server and update the dataset in aperture. Is the below api we can use to update the Dataset or it only…
-
External Rest API's
Afternoon, I'm new to Aperture and wanting to know if it possible to bring data into Aperture though a Rest API from an external company we use, for example QuickBooks, Zendesk, Sage etc. The idea would be to create workflows of the back of the Rest API data in one centralised location. Thank you for your help in advance.…
-
Consumer users accessing/updating issues
Hi - Does anyone have any knowledge of consumer users accessing issues? I've set up the consumer users as having access but users are getting a message that they can't access. See attached
-
Thresholds in validation step
Hi, Sorry me again! I was just wondering if the thresholds, which are set at rule group level can be accessed anywhere to add in to snapshots for reporting and dashboards? Have included a couple of screengrabs of the bit I mean, at the moment I couldn't see this in any of the outputs from the validation steps. To give a…
-
Converting the Numbers in the stats to the Nordic Number Format
We have this chart, where in the Vertical we have some numbers which are in format N,NNN we want to convert that to N NNN is that possible in any way? In Stats also we have the Number like Below in Current but we want in Required Format
-
API to Get Scheduled Jobs Information
There is One API to get the information about the scheduled Datasets. But in that we have to Pass the Space Names to get the info and Response is specific to that Space Alone. Is there any API where we can get the Scheduled Dataset Information across all the available spaces? I am using below API but it gives response for…
-
Function for duplicate SSN's
Hello, My first post in the community so please bear with me. Trying to create a function to catch duplicate SSN's. So far, my preview is not working once all of the J Segments are added in. The function that needs help is: Create list: Base + all J segments>is empty>is true Equals (invert output) BaseSSN=input value…
-
Duplicate Triggering of workflow with datadropzone
2 questions please: When a file is dropped in the datadropzone, it gets removed almost instantly. Sometimes, we don't even see the file in the folder. So users think the file is not processed and so they submit the file again. Q1. Is there a way to see if the file is picked up? (Especially for data consumers, who cannot…
-
Java pid hprof crash files.
Facing the issue in our dev server for Aperture Data Studio and Find Duplicates. In log I have found this at the same timestamp when I got the crash file in installation dir. 2022-12-14 05:20:12,255 ERROR c.e.m.a.MatchInstance [pool-157-thread-1] An unexpected error occurred when running Find Duplicates step against…
-
Java Update - Vulnerability detected on our Experian Dev/Prod Server
This version has been detected as vulnerable by - OCPU-2022-JUL: Oracle Java Critical Patch Update Advisory - July 2022 when we try to update this, I am receiving this notification, Do we need to switch to OpenJDK, or can we keep using below, and proceed with Updated, I am confused how all of this affects Jar files we have…
-
Issues Lists - notifications
Hi everyone, I'm looking at setting up some issues lists for the first time, and I have a question around automations. Is there a way that I can get Aperture to send an email to a user, to notify them when they have new issues in an issue list? I only want it to send when there are issues assigned to that person. Thanks…
-
Replace Matches function returning custom columns?
Hello. I have a large table in which I would like to replace certain values with a lookup from a static dataset. (Example below, I'd like to replace the "..." placeholder values with the actual correct ones from the static dataset) Basically what I would need is the option to choose the return column dynamically so that I…
-
Test if field contains only white space
Hi, I am still new to ADS. I have fields that contain just white spaces (1-3 spaces in a row [" "]). The ISNULL test does not FAIL these as it is not technically NULL. Is there a test for this? Note I cannot exclude every field with a space " " as many are valid spaces between two words. Thanks
-
Rename Widget without Renaming the View/Chart
Hi, is there a way to rename widgets in a dashboard without changing the name of the view/chart/dataset. Reason I ask is I have naming conventions to keep my data organised, I can update source name but if way to just change chart that preferable.
-
Join us Online for our next Data Management User Group | 15 September 22 !
I am pleased to confirm that our next UK Data Management User Group will take place on Thursday 15 September 2022, 10.30am until 3pm London UK time, and if you are an Experian client based in the UK you can sign up today. We’re also excited to confirm that this will be our first hybrid session. The event will be hosted at…
-
Can we add a hyperlink to the e-mail notification?
Hi! Is it possible to add a hyperlink to the e-mail notification? It would be a nice feature to be able to add a URL or a direct link to the export folder where the exported files are located. Many thanks! Vera
-
Is it possible to have dtill down in Charts /Trend
I have trend where I am showing some stats based on the month , I have also information available based on the WKs. But in the Trend chart 1st I want to show the By month Stats . Now in Trend 1st I want to show the trend by month , and then there will be options to drill down more to weeks , Is it possible to do that now…
-
Row to Column after validate step
If I am using row to column step after the validate step then using Sum to remove the null and get it in one row then the interactive dataset is not working which works after the validate step.. till row to column step I can store it in interactive snapshot but after that if using Group to do sum then not working, also I…
-
Adding datasets from database views
Hi, I'm currently uploading datasets in Aperture from a SQL database, a total of 15 tables were ingested with no issues but it seems that the process does not work for views and no error message is raised. Are there any extra steps to enable the ingestion of database views by Aperture? Many thanks in anticipation Best…
-
File name as a parameter in export
Hello, I hope you're all fine :o) In a workflow, we use a dataset (which has as source a file), later in the workflow we export the result. Is it possible to use the file name of the datatset as an export file name ? Or at least, could we create a function which do: 1- use the file name as parameter 2- export the result…
-
Using Columns-to-Rows before a join.
Hello. I'm using version 2.8.8.27 and have encountered the following phenomenon. When using the Columns-to-Rows step and using a Right-unmatched or Full outer join after it, all the rows that have no match in the Left table are still populated with the first row of the Left table. The expected result, at least for me would…
-
Aperture Data Studio backups
@Henry Simms , what would be the equivalent link to this according to current version. https://www.edq.com/documentation/aperture-data-studio/help/#backup this link seems to be broken, maybe it pointed to some old version or documentation. regards, HS
-
how to find Dataset & External Systems dependency
I tried with API to get the list where I can find the list of the Datasets along with the external systems it belongs to. But in the Dependon part I am only getting the List of the external systems on which any datasets are depending in the specific SPACE but not getting the info which Datasets are depending on those…
-
How to delete Duplicate external systems and tag dataset with the actual one
How to delete Duplicate external systems in a space and then tag datasets that belongs to that external system to the unique external system name.' ex. I have database abc in my space I see another external systems with same cred is there as abc1 (might be created or cloned when copied one space to other or one env to…
-
Dynamic SQL statement
I've set up a re-usable workflow. I'm trying to set up a dynamic SQL statement to execute in the pre SQL setting of an Export step. Is it possible to assign a Workflow Parameter to a setting in a step?
-
Can I create Interactivity Snapshot when unioning multiple Profiles from different datasets
Hi, I am new to ADS. I want to make a dashboard a single widget, the widget would be the profile results of 2+ different tables To do this I have profiled two tables, and have unioned them. I then take a snapshot of the union. However, when I create a new dataset as part of the snapshot step, I do not have the…
-
Connecting to a database with a different schema
Is there a setting that needs including to be able to pull data from a different schema from the same database? I keep getting an invalid object name error - I've attached the setup.
-
Validate Email Domain. Accuracy?
Hi, I have the validate email address (domain) function up and running, but I am not sure about the accuracy of the results. For example, the following email gets flagged as bad, even though the domain is real (you can google it). FYI I am using Amazon AWS DNS server (169.254.169.253) in the Aperture settings.…
-
SSL certificate about to expire. need to apply the new one.
Data Quality user documentation | Security (experianaperture.io) This documentation for applying SSL cert if quite confusing as I do not see the menu. Go to Configuration > All server settings do I need the pfx file, or I can just apply cert file to update SSL. pls let me know. @Henry Simms your response would be…
-
Version 2.7.5 Delete dataset bug
We identified a bug in version 2.7.5. When trying to delete a dataset, the confirmation screen asks to confirm some other random dataset name! So not sure which dataset would be deleted. Has this been identified before by anyone? Is it officially fixed?
-
The Group in the pivot seems not working perfectly
The group in the pivot is not working perfectly and it is not arranging the values into columns as it should. We noticed that it is when we also have a sort before the pivot step. We had the same issue in version 2.4 and it still remain in version 2.8.8. Has anyone else faced this issue? Have you found any work-around?
-
Can we schedule Reporting Jobs from Aperture?
Is this possible to trigger the Jobs in Reporting from Aperture Ex. Power BI Qlikview Ex. after a successful run of Aperture WF need to trigger the Report in Power BI, that dependency can be created through aperture schedule?
-
Calculating values from N number of columns
Hello. I have a dataset which contains Keys, some additional important data I'd need to keep and then 12 columns of values (Value (M1), Value (M2), Value (M3) etc.). Depending on how many months we have left in the year at the time, I have to add N number of columns together (right now, we have October November and…
-
Is there an easy way to filter out records which contain a number only (for a given column)?
I need to filter out records which contain a number only from an address column. I have attempted to do this using the To Number and Is Number functions: This approach does not work because the To Number function does not behave as I would expect it to: Why does 2 Street and 4Street not return the Invalid number error? Can…
-
Batch timestamp format
I've created a number of DQ outputs running of a scheduled workflow to create a multibatch dataset of results over time. Unfortunately the batch timestamp although referenced as date/time, is not read as date time by excel or Power BI. Is there a format setting so that batch timestamp can be seen as date format in other…
-
Created date columns
Created date columns. They converted to alphanumeric. When I try to perform a compare date/time of the two newly created columns, the error is "Not a date". Can the new columns be converted to 'date' datatype?
-
Datasets not refreshing automatically
Hi, We built an integrated set of schedules and workflows that allows data from existent datasets to be refreshed on a daily basis. However, the refresh only happens if it is done manually per dataset. It was noticed when the dataset A (OBJALG as per screenshot) was refreshed, the number of records should have increased…
-
Configuration of a dropzone
Hi, We are working on the plan for integrating an application and Aperture. The latest was that a dropzone was going to be set up where we could store all the relevant files, which Aperture could then pick up. However, we have some questions around Aperture dropzones . Given the sensitive nature of this data, we need to…
-
Experian Data Studio Job Stuck.
Hi, One of the experian data studio job is stuck for 23h on our dev server, we have tried to cancel it but it won't stop. Is there another way to stop the job without restarting the service, as we don't want to interrupt other jobs and schedules running in parallel on the Monday morning. if there is a way to kill the long…
-
Renaming the Datasets and share to other Spaces together
Is there a quick way to rename all the datasets together. Example wants to add some prefix to all datasets. Can we use API to do the same? Is it possible? Is there a way to share multiple views at the same time. I see we can select multiple views from One Space and click on Sharing but when I am going to the next Space…
-
Aperture data studio log file location
Hi, I have noticed something now in our prod servers. The log file generated for aperture data studio is still being created in the old location along with archived log folders, where as the repository resides in the new location. repository is here right now: D:\ApertureDataStudio\data\repository and the log file is still…
-
Importing data form a cloud-based MDM solution
Hi, We need to import data into Aperture Data Studio from Boomi’s Master Data Hub module. As a cloud-based MDM solution, Boomi does not allow direct access to their databases. Therefore, we would ideally want to develop an integration using web services in one of two ways: Aperture is configured to import data via Boomi’s…
-
Is there an function to identify extra spaces between words?
Hi, I would like to check if is there any out of box solution for identification of extra spaces between words. Thanks
-
What is your policy on the use of apostrophe and hyphen in email address?
-
How to convert a value using if-then-else?
Hi, I've created the following function to convert an input to zero if the input equals to null and to return the value if it is not null. However, the if-then-else step states that function must return True or False which is not the output required. Could you please have look into it and advise the way forward. Many…
-
SAP Views as Datasets
Has anyone used SAP views as a datasets? I have a strange situation where SAP View can be defined thru SQL (select * from sap_view)Â but I cannot define the view as a dataset directly. The view is not visible to pick from. Did anyone face this issue? Is there a solution?
-
How to export line breaks?
Dear All! In the workflow I'm running I have loaded a dataset (from excel) containing line breaks. During the worklow I'm transforming the data, but when exporting in .xlsx I'm receiving "\n" instead of the line breaks. Is there a way to have line breaks in the export file instead of "\n"? Many thanks for your help!
-
Huge HPROF file in installation folder.
java_pid2376.hprof What is an HPROF file and what is it doing in my ADS installation folder. C:\Program Files\Experian\Aperture Data Studio 2.7.3 It is 35 GB. I believe it is junk and is a result of an error. @Henry Simms please comment . would it be OK to delete it or would it affect my server installation in anyway. I…
-
2 questions on TRANSFORM
Looking for ideas from community. 1) Transform – ‘Equals’ Command I am in a workflow to check if the input file matches to data loaded in SAP Table. There are about 70 columns and I want to create new 70 check columns as follows: field1_input equals field1_Sap field2_input equals field2_Sap ... …. field70_input equals…
-
Filtering within a validation rule
Hi, I have the following scenario for a validation rule and I'm struggling with the logic. Column A has X, Y, Z as values and column C has 1,2, 3 as values. So, my validation rule is "IS NULL" against column A, however I want it to return only when column C is equal to "2". Also, I need to build the above rule within a…
-
Workflow not completed - notification
Hi All! Is there a way to set an (e-mail) notification in case a workflow has been stuck? Meaning it has not been completed after a certain period of time. I know we have a notification for failed workflows, but can not find anything for scenario "started, but not completed." Thanks!
-
Schedule for every 2nd week
Hi All! I've set a schedule for a workflow with the following criteria: Recurrence pattern: weekly Every 2 weeks on Monday. Although it is still running every week. Could you please let me know if this is a known bug and if it has been fixed in any of the new versions? Many thanks!
-
Equals (Strict) function
Is there any documentation on the functions? I am looking for explanation for Equals (Strict) Function. I have a strange result. The function seems to work randomly. Here is an example: ADDR1 STREET ADDR1_Chk 401 UDAYBHANU APTS, 401 UDAYBHANU APTS, false 222 GETTY AVE 222 GETTY AVE true When I check the data in Excel,…
-
How to determine Nth occurence in a column?
Hello. Do you know of any function or combination of functions that can achieve a new column in the data as the "occurrence" column in the screenshot below? I would like to know if the ID in the first column is the 1st, 2nd ... Nth occurrence in that column. Is there a way to achieve this? Thanks in advance. Richard
-
Anyone using SAP Tables with LRAW type columns (Example: STXL)
We need to bring in SAP STXL table to Aperture. This has an LRAW type column named 'Data'. This is not readable in SAP front-end also. Currently we need to bring it in the table to Oracle Database thru custom scripts in SLT Replication and then bring from Oracle Database to Aperture. Has anyone found a way to bring this…
-
What "4016: Functions exception occurred" means?
Hi, I'm creating a workflow with a large set of validation rules (110 rules and 74 groups) and when trying to see the results I'm getting the "4016: Functions exception occurred". I've tried to find the answer in the documentation but no lucky. Could you please let me know if I'm missing something. Thanks
-
Documenting Aperture Data Products with Metadata
In complex Aperture environments, like in any data environment, you need to understand what data you have, where it comes from, what has been done to, where it has been delivered. These details can be found with with functions like metadata management, data lineage and so on. In Aperture, there exists a lot of features…
-
Creating charts from workflow
I've added a chart step to one workflow but when running it I cannot see the chart under the chart list, is that correct or am I missing something?
-
Oracle Java SE
Hi, Does Aperture data studio and Find Duplicates installers has embedded java installer that updates the following java at the path: C:\Program Files (x86)\Common Files\Oracle\Java\javapath_target_183572265? @Henry Simms @Sueann See Br, HS
-
Format number to 2 DPs
I have some data that I'm importing and I want to convert to currency format nnn.nn - there doesn't appear to be a way to do this in aperture. Any ideas? I've tried the Round function but no joy - I want to convert 28 to 28.00 etc.
-
Spelling Check
I've quite a few datasets that have spelling problems or words with number instead of a letter and vice versa i.e. Flat I (1 is replaced by an "l" ) or FIeming ( "l" is replaced by a capital "i") . What is your advise to handle this issue?
-
Remove rows that have null value?
I'm creating a dataset from a snapshot and I would like to remove rows that have null value on a specific column. Any suggestions?
-
Not been able to drill down from a view created from profile data step
I've created an interactive view from the profile data step however, after publishing the view I'm not able to drill down to the actual data. Is that the correct behaviour?
-
Low Disk Space Notifications and others.
Hi team, this is to ask you if I create a low disk space notification on aperture data studio system settings. Will it notify me the diskspace of the experian match store drive or the installation drive. Second question that I have is in case of an abrupt stop or restart of my experian data studio and find duplicates…
-
Setup Secure SSL using self-signed certificates
Is anyone able to provide some clear instructions on how to generate and install a self signed certificate with Aperture? I have tried to do it myself but Aperture is still throwing the following error: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification…
-
APIs to get the details regarding Data set and wf schedules
How do I get Information about all the datasets refresh which have been scheduled and timing of those (whole system including all the environments and spaces)? I was trying the below API What is execution ID? Also Daily Information about scheduled runs of the datasets refreshes including the information about how long the…
-
How to validate US dates stored as YYYY-MM-DD
I have several fields that have dates stored in the format above. If I run the built in function "Is Date", the dates all fail. Is there a date system setting I need to change, or create my own function? What date format does the "Is Date" function require?
-
Aperture API to get the health of the system CPU Usage
Can we get the health of the environment through API? What is TenancyID? how can we get the CPU usuage and other details of the enviornment. If we get the response in JSON from API we can Consume the JSON in Aperture and Publish it in a Report or Table but how we can automate those? from consuming JSON to Publish in the…
-
Issue with Views when upgrading to v2.6.3, v2.6.4 and v2.6.5
We are aware of an issue that affects some installations of Aperture Data Studio versions 2.6.3, 2.6.4, and 2.6.5. If you have upgraded to any of these versions, please contact us https://docs.experianaperture.io/more/contact-support/ so that we can investigate whether your installation has been affected by this issue. We…
-
Critical vulnerability in Apache Log4j library
On 9th December 2021, Proof-of-Concept exploits for a new critical zero-day vulnerability affecting Apache Log4j, version 2.0 to 2.14.1, which results in remote code execution (RCE) were made publicly available. This is being tracked as CVE-2021-44228. Experian is fully aware of the log4j security vulnerability. Experian…
-
Importing DataSets - Filtering Data
Hi, I was wondering if there is currently anyway of limiting/filtering out data from an underlying table before importing it as a dataset? I have a number of transactional tables that I want to bring in to Aperture, however it would be great if I could limit the date range of the transactions before importing the table…
-
Installation of Find Duplicate Different Instance
Can you please help me with the instruction link for installing Find Duplicate Workbench a separate instance (Aperture Data Studio v2)