Data Juggler is easy and staight forward data integration software for automating repetitive web & data tasks. Simplify your complex data tasks and discover, access, cleanse, and integrate your data from virtually any system or in any format.
Extract web data, automate web forms and create professional, robust web scrapers with a simple visual action script. The Djuggler software includes many actions for HTML, DOM, XML, SQL, AJAX, web forms, regular expressions, fuzzy matching and more. Actions include the capability for variables, arrays, if / else decision-making, looping and extensive database and file export capabilities.
The Djuggler script editor greatly reduces development costs and timelines, and makes ongoing maintenance and management of automated web scripts a breeze. Djuggler scripts can be compiled as stand-alone Windows executable for easy deployment. Scripts are created by dragging-and-dropping actions from a palette and placing them in the sequence desired for execution.
With full Unicode support, many web actions, extended text parsing features, data cleansing and text mining options, Djuggler enables the internet as a data source and transforms unstructured (web) data to a useable format. The Djuggler script service is provided in case you need a web scraper or automation solution but don't have the time or knowhow.
Here are some key features of "Djuggler Builder":
· Action support for HTML text extraction, web forms, etc.
· Support for HTML Unicode, frames, AJAX
· Import and Export from SQL, Excel, XML, CSV
· Build-in advanced web inspector
· Extended data validation and analyses actions
Limitations:
· 30 days trial
· 100 rows export limit
What's New in This Release: [ read full changelog ]
· Save Text File/Export to CSV/Write Line to CSV actions. Save option added "UTF-8 without BOM".
· Get Web Page/Post Web Page actions. Property added: NavigateError. You can check this property to see if a particular navigation resulted in an error. If NavigateError is empty, there was no error. Otherwise it contains the error code as text.
· Import CSV action. Warnings property added. Instead of giving an error for some problems with incorrect CSV, problems are automatically corrected and a warning message is passed to the Warnings variable.
· Convert Text action. Extra option added: Remove ASCII Control Characters. Removes control characters from a text (#0-#8,#11-#12,#14-#31,#127).
· Math Expression action. Help text corrected.
· Bug in Post Web Page action fixed. TimeOut problem fixed.
· Bug in Set SELECT Option. Unselect presently selected option did not unselect the option in some cases. Fixed.
· Bug in Get Item From List. Last item in list wasn't returned. Fixed.
· Bug in Do SOAP request action...