In the PC-IDMC conversion process, it can be challenging to gather detailed information about workflows. Specifically, we often need to determine: The number of transformations used in each mapping. The number of sessions utilized within the workflow. Whether any parameters or variables are being employed in the mappings. The count of reusable versus non-reusable sessions […]
Technical
3 Key Insurance Takeaways From InsureTech Connect 2024
The 2024 InsureTech Connect (ITC) conference was truly exhilarating, with key takeaways impacting the insurance industry. Each year, it continues to improve, offering more relevant content, valuable industry connections, and opportunities to delve into emerging technologies. This year’s event was no exception, showcasing the importance of personalization to the customer, tech-driven relationship management, and AI-driven […]
The risk of using String objects in Java
If you are a Java programmer, you may have been incurring an insecure practice without knowing. We all know (or should know) that is not safe to store unencrypted passwords in the database because that might compromise the protection of data at rest. But that is not the only issue, if at any time in […]
Perficient Named in Forrester’s App Modernization and Multicloud Managed Services Landscape, Q4 2024
As new technologies become available within the digital space, businesses must adapt quickly by modernizing their legacy systems and harnessing the power of the cloud to stay competitive. Forrester’s 2024 report recognizes 42 notable providers– and we’re proud to announce that Perficient is among them. We believe our inclusion in Forrester’s Application Modernization and Multicloud […]
5 Takeaways: Enhancing Trust in Healthcare [Webinar]
In our recent webinar, “Enhancing Trust in Healthcare,” experts David Allen and Michael Porter, along with Appian’s Matt Collins, addressed the concerning decline in consumer trust within the healthcare sector. Historically, healthcare has maintained higher levels of trust compared to other industries, but a recent Gallup survey shows that this trust is now at a […]
A New Era of AI Agents in the Enterprise?
In a move that has sparked intense discussion across the enterprise software landscape, Klarna announced its decision to drop both Salesforce Sales Cloud and Workday, replacing these industry-leading platforms with its own AI-driven tools. This announcement, led by CEO Sebastian Siemiatkowski, may signal a paradigm shift toward using custom AI agents to manage critical business […]
Making the Difference with Perficient´s LatAm L&D Tech Ecosystem
The L&D Tech Ecosystem is a group of interrelated tools, assets, platforms, and networks to help our colleagues in LatAm (México, Colombia, Chile, Argentina, and Uruguay) learn and develop themselves. The idea behind the Tech Ecosystem describes a strong and comprehensive landscape full of resources and educational tools that encourage colleagues to learn tech abilities, […]
Use Column Name as space/numbers/special Characters in Output File Using Talend
Problem Statement In Talend, while generating output file if we need to add a column as number or column name with space or to include any special characters as column name in Talend it won’t allow directly by adding the below-mentioned column names in schema, will get the below mentioned error. As number as column […]
Exploring Apigee: A Comprehensive Guide to API Management
APIs, or application programming interfaces, are essential to the dynamic world of digital transformation because they allow companies to communicate quickly and efficiently with their data and services. Consequently, effective management is essential to ensure these APIs function correctly, stay safe, and provide the desired benefits. This is where Google Cloud’s top-tier API management product, […]
Content Search with Optimizely Graph
Optimizely Graph lets you fetch content and sync data from other Optimizely products. For content search, this lets you create custom search tools that transform user input into a GraphQL query and then process the results into a search results page. Why use Graph for Content Search? The benefits of a Optimizely Graph-based search service […]
[Podcast] What If MarTech Isn’t Just for Marketers? An Interview With HubSpot’s Scott Brinker
In this episode of What If? So What?, Jim talks with Scott Brinker, VP of Platform Ecosystems at HubSpot and editor of the pioneering blog chiefmartec.com, about the evolving world of marketing technology (MarTech) and how marketers can stay ahead. The Rapid Evolution of MarTech MarTech is constantly evolving, blurring boundaries as new tools and […]
Selenium – Uploading a File Using Robot Class
Need For Robot Class: Selenium normally allows file uploads using the send Keys () method for file input fields. However, if the input field is not of type “file,” it might run into problems and here comes the Robot class. The Robot class, part of the java.awt package, helps you perform system-level events, pressing keys, […]