No more typing reviews! Try our Samantha, our new voice AI agent.

Skyvia vs Talend Open Studio [EOL] comparison

Why PeerSpot?
 

Comparison Buyer's Guide

Executive SummaryUpdated on Nov 18, 2025

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

Skyvia
Average Rating
9.0
Reviews Sentiment
7.8
Number of Reviews
1
Ranking in other categories
Data Integration (62nd), Cloud Data Integration (29th)
Talend Open Studio [EOL]
Average Rating
8.0
Reviews Sentiment
6.6
Number of Reviews
51
Ranking in other categories
No ranking in other categories
 

Featured Reviews

RH
CTO & Developer at a consultancy with self employed
The product works, is simple to use, and is reliable.
Error handling. This has caused me many problems in the past. When an error occurs, the event on the connection that is called does not seem to behave as documented. If I attempt a retry or opt not to display an error dialog, it does it anyway. In all fairness, I have never reported this. I think it is more important that a unique error code is passed to the error event that identifies a uniform type of error that occurred, such as ecDisconnect, eoInvalidField. It is very hard to find what any of the error codes currently passed actually mean. A list would be great for each database engine. Trying to catch an exception without displaying the UniDAC error message is impossible, no matter how you modify the parameters in the OnError of the TUniConnection object. I have already implemented the following things myself. They are suggestions rather than specific requests. Copy Datasets: This contains an abundance of redundant options. I think that a facility to copy one dataset to another in a single call would be handy. Redundancy: I am currently working on this. I have extended the TUniConnection to have an additional property called FallbackConnection. If the TUniConnection goes offline, the connection attempts to connect the FallbackConnection. If successful, it then sets the Connection properties of all live UniDatasets in the app to the FallbackConnection and re-opens them if necessary. The extended TUniConnection holds a list of datasets that were created. Each dataset is responsible for registering itself with the connection. This is a highly specific feature. It supports an offline mode that is found in mission critical/point of sale solutions. I have never seen it implement before in any DACs, but I think it is a really unique feature with a big impact. Dataset to JSON/XML: A ToSql function on a dataset that creates a full SQL Text statement with all parameters converted to text (excluding blobs) and included in the returned string. Extended TUniScript:- TMyUniScript allows me to add lines of text to a script using the normal dataset functions, Script.Append, Script.FieldByName(‘xxx’).AsString := ‘yyy’, Script.AddToScript and finally Script.Post, then Script.Commit. The AddToScript builds the SQL text statement and appends it to the script using #e above. Record Size Calculation. It would be great if UniDac could estimate the size of a particular record from a query or table. This could be used to automatically set the packet fetch/request count based on the size of the Ethernet packets on the local area network. This I believe would increase performance and reduce network traffic for returning larger datasets. I am aware that this would also be a unique feature to UniDac but would gain a massive performance enhancement. I would suggest setting the packet size on the TUniConnection which would effect all linked datasets.
Sushrit Moundekar - PeerSpot reviewer
Program Manager at InfoCepts
Has supported building flexible data pipelines and streamlined ETL orchestration
There should be a dedicated support team for Talend Open Studio. We do have a support team, but at times it is critical for us to fix certain things within one or two hours. Usually, the support team takes some 12 hours, which is the standard edition of support. If we could have round-the-clock support, we would be able to resolve many issues which we encounter during the development part. The initial setup for Talend Open Studio is a little complex. We need to have a dedicated person who has an understanding of Talend Open Studio as a tool. It takes some level of expertise, so it is not an easy process, but once we have a dedicated associate who is knowledgeable in that particular field, it becomes comparatively easier.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"For what it offers, I think this solution is a must for any Delphi programmer."
"Talend Open Studio is easy to create jobs. We use the basic functionality and it is very good."
"Talend Open Studio is a good product and I recommend it."
"You can use Talend as a stand-alone application without customization to collect data and generate reports over dashboards. It's got great functionality."
"Talend lets you do everything — mapping, workflow, and orchestration — in a single place."
"The solution has a good balance between automated items and the ability for a developer to integrate and extend what he needs. Other competing tools do not offer the same grade of flexibility when you need to go beyond what is provided by the tool. Talend, on the other hand, allows you to expand very easily."
"Talend is safe to use because it is very restrictive, and it is easy to use when one learns how to manipulate data with SQL."
"The solution's technical support is responsive and helpful."
"This solution has improved our overall time to value for data ingestion."
 

Cons

"Error handling has caused me many problems in the past; when an error occurs, the event on the connection that is called does not seem to behave as documented."
"The two things that Talend lacks is an MDM and the CDC."
"TAC could be improved."
"It needs better installation configuration for other databases. Although the installation allows you to select another database, this doesn't mean that all connection points in the application point to the database selected. You actually need to do a search through the entire install to locate the configuration settings and change them."
"Having additional training materials, such as a video tutorial, would be an improvement."
"It's simple to install, but sometimes you can get stuck with things so implementation can take longer which is a bit of a pain for us."
"In version 6.2 we did encounter issues with the job servers and specifically with ESB. Version 6.3 is better but large jobs can cause the MDM server to fall over, requiring a reboot."
"Multiple products are there within the product suite. That can be actually trimmed down."
"In the next release, Open Studio should include cloud storage as an input."
 

Pricing and Cost Advice

Information not available
"For Talend Open Studio, there is a need to make yearly payments towards the licensing cost. Talend Open Studio is a bit expensive, in my opinion."
"It is an open-source tool which means it is a free solution."
"I am using the open-source version and it is free."
"Talend Open Studio costs about 11,000 a year."
"Pricing is always a challenge. It is quite an expensive model, but because the platform is so simple to use, we haven't had to purchase any additional licenses."
"Talend is free and you can download it."
"The solution will be more expensive if you have a low data volume and a large number of developers."
"Pricing and licensing are fairly straightforward. It is reasonably priced and managed."
report
Use our free recommendation engine to learn which Data Integration solutions are best for your needs.
914,351 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Construction Company
15%
Performing Arts
15%
Outsourcing Company
10%
Comms Service Provider
8%
Financial Services Firm
12%
Outsourcing Company
10%
Construction Company
10%
Manufacturing Company
8%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
No data available
By reviewers
Company SizeCount
Small Business23
Midsize Enterprise13
Large Enterprise18
 

Questions from the Community

Ask a question
Earn 20 points
How does Talend Open Studio compare with AWS Glue?
We reviewed AWS Glue before choosing Talend Open Studio. AWS Glue is the managed ETL (extract, transform, and load) from Amazon Web Services. AWS Glue enables AWS users to create and manage jobs in...
What needs improvement with Talend Open Studio?
There should be a dedicated support team for Talend Open Studio. We do have a support team, but at times it is critical for us to fix certain things within one or two hours. Usually, the support te...
 

Also Known As

Skyvia, Skyvia Data Integration
Open Studio
 

Overview

 

Sample Customers

Boeing, Sony, Honda, Oracle, BMW, Samsung
Almerys, BF&M, Findus
Find out what your peers are saying about Informatica, Palantir, Microsoft and others in Data Integration. Updated: September 2026.
914,351 professionals have used our research since 2012.