List of Contributions

Adrian Williams

Employee

Contact Details

My Content

1 to 20 of 50+ total
Posted By Adrian Williams 04-30-2024 06:04
Found In Egroup: Data360 Analyze
\ view thread
Please note that, per the original reply that provided the example data flow "The data flow assumes the PyPDF2 package has been imported into the 'lib/jython2' directory within the Analyze system's 'site' directory (and is hence on the default search path used when the system attempts to locate the ...
Posted By Adrian Williams 04-30-2024 06:04
Found In Library: Data360 Analyze
Posted By Adrian Williams 04-23-2024 10:12
Found In Egroup: Data360 Analyze
\ view thread
While this solution is not as flexible as that provided by Ernest you can perform the concatenation in a Transform node. I have provided the logic to name the output field to be the concatenation of the input field names but I do agree with Ernest that this may cause some issues with certain nodes or ...
Posted By Adrian Williams 04-16-2024 12:07
Found In Egroup: Data360 Analyze
\ view thread
Update: It is now necessary to include either the "--libraryNodes" or "-l" option to export (stand alone) library node(s) that may be in the source path. So the previous example of exporting a library node is now: analyzeCli --host analyze1.example.com --port 443 --protocol https export -l -f ...
Posted By Adrian Williams 03-19-2024 12:51
Found In Egroup: Data360 Analyze
\ view thread
The Data360 Analyze documentation is not available in PDF format. The Help documentation for a particular release of the product is shipped with the product (accessed using the Information ("i") button on the main menu. The Help documentation for the latest release of the product is available online ...
Posted By Adrian Williams 03-19-2024 12:20
Found In Egroup: Data360 Analyze
\ view thread
Hi Gerry, I'm glad you managed to get it to work. For the benefit of other people, Data360 Analyze ships with an example data flow that overviews the use of paging in the HTTP node. The data flow is included in the 'Data360 Samples' > 'Node Examples' directory and is named 'HTTP Integration with ...
Posted By Adrian Williams 03-12-2024 09:52
Found In Egroup: Data360 Analyze
\ view thread
The Help documentation relating to defining properties can be found in the Data360 Analyze integrated Help (See the 'Advanced Topics' -> 'Defining Properties' topic). This information is also available online for the latest version of the product here: https://help.precisely.com/r/Data360-Analyze/ ...
Posted By Adrian Williams 03-06-2024 05:25
Found In Egroup: Data360 Analyze
\ view thread
Hi Gerry, The S3 Put node currently only supports the default encryption type. A product enhancement would be required to support different encryption types. Can you please raise an enhancement request on the Precisely Ideas page for Analyze as this will enable you to raise this with the Product ...
Posted By Adrian Williams 03-01-2024 14:20
Found In Egroup: Data360 Analyze
\ view thread
The example graph is only a PoC that is intended to show how you might use the PyPDF2 module to access a PDF file. In the script in the Transform node, the filename is hardcoded - see the line that defines the 'tgtFilePath' variable. The upstream Create Data node is only being used in the example ...
Posted By Adrian Williams 02-28-2024 07:04
Found In Egroup: Data360 Analyze
\ view thread
I understand there are some restrictions on how substitutions are made for items in the query that relate to the table / table metadata. I am not a SQL expert so I cannot advise on the details but you may be able to use a stored procedure/ function to implement the required functionality. I found the ...
Posted By Adrian Williams 02-28-2024 05:09
Found In Egroup: Data360 Analyze
\ view thread
Importing multi-structured data from PDF files is inherently a tricky and error-prone process. PDF files may also be images rather than contain any structured data and Data360 Analyze does not include any Optical Character Recognition (OCR) capabilities. One option would be to use the Transform ...
Posted By Adrian Williams 02-28-2024 05:08
Found In Library: Data360 Analyze
Posted By Adrian Williams 02-27-2024 12:05
Found In Egroup: Data360 Analyze
\ view thread
Per the description of the node in the Help documentation: "Uses Python scripting to apply an expression to fields in data attached to the input node, generating new fields in your data to store the results of the calculation." The node was created to simplify the creation of new fields based on ...
Posted By Adrian Williams 02-27-2024 10:34
Found In Egroup: Data360 Analyze
\ view thread
The example will need quotes around the property substitution to be valid, e.g. if "((^PROPERTY_NAME=BLANK^))" == "BLANK": Your solution works well but you may also want to consider using the built-in functionality ((?propertyname?)) that is described in the Advanced Substitutions section of ...
Posted By Adrian Williams 01-23-2024 09:45
Found In Egroup: Data360 Analyze
\ view thread
The upgrade process for the Server version of the product is detailed in the Data360 Analyze Server Installation Guide for the version you are upgrading to. You can upgrade directly from v.3.6.x to v.3.12.x as you are currently using Red Hat Enterprise Linux 7.x (Note: if you had been using RHEL ...
Posted By Adrian Williams 01-23-2024 09:12
Found In Egroup: Data360 Analyze
\ view thread
Not that I am aware of in any readily available manner. The run state data for each node in a data flow is stored within the Temporary Execution Data directory that was defined for the system. You can identify the location of this programmatically within Analyze using the ls.brain.tempDir attribute. ...
Posted By Adrian Williams 01-23-2024 07:10
Found In Egroup: Data360 Analyze
\ view thread
You may also want to investigate the use of the Calculate Fields node for these types of calculations - it provides default values for different data types which simplify the processing of data containing NULL values: ------------------------------ Adrian Williams Precisely Software Inc. --- ...
Posted By Adrian Williams 01-18-2024 08:08
Found In Egroup: Data360 Analyze
\ view thread
The Vendor's information on the capabilities of the CDATA CosmosDB JDBC driver states the following for Metadata Discovery: Full support for JDBC DatabaseMetaData provides extensive schema discovery capabilities. Explore tables, columns, keys, and other data constructs based on user identity. - ...
Posted By Adrian Williams 01-18-2024 08:05
Found In Egroup: Data360 Analyze
\ view thread
I have asked my colleagues and have not found any other customers that have already integrated Analyze with Cosmos DB ------------------------------ Adrian Williams Precisely Software Inc. ------------------------------