giovedì 2 dicembre 2021

ImpolyzerDataStudio© 4 beta 51 - REST TEST PAGO PA

ImpolyzerDataStudio© 4 beta 51

 POSTED BY GIULIANO PAGNINI, 02 DIC 2021

Nuovo! Menu rapidi per lavorare con i file XML, JSON e testare API REST PAGOPA



Editor per file JSON e XML e conversione in DataSet. 


Nuovo! Navigazione nei file JSON Dataset con doppio click sulla colonna/riga,




Nuovo! Tester per API REST, PAGOPA REST ect, con tutti i metodi di autenticazione.
Nuovo! JSON con variabili per la configurazione automatica dell'autenticazione.  
Nuovo! Salvataggio dei progetti REST
Nuovo! Progetti REST come origine per le importazioni.
Nuovo! File JSON di configurazione automatica per numerosi connettori con variabili nella response e nella request.
Nuovo! Schema JSON per creare configurazione di autorizzazione e query con API REST
      {
	"info": {
"name": "Gmail Authentication",
"schema": "ImpolyzerDataStudio"
},
"item": [
{
"name": "GETCODE",
"request": {
"method": "GET",
"header": [],
"url": "https://accounts.google.com/o/oauth2/v2/auth", 
"query": [
{
"key": "scope",
"value": "https://mail.google.com"
},
{
"key": "access_type",
"value": "offline"
},
{
"key": "response_type",
"value": "code"
},
{
"key": "redirect_uri",
"value": "http://localhost:8080"
},
{
"key": "client_id",
"value": "@client_id"
}
]

},
"response": [{

"key": "code",
"value": "@code"
     }]
 ,
 "response_from": "browser"
}
                 ........     
                 {
"name": "REFRESH",
"request": {
"method": "POST",
"header": [],
"url": "https://accounts.google.com/o/oauth2/token",
"params": [
{
"key": "client_id",
"value": "@client_id",
"type": "text"
},
{
"key": "client_secret",
"value": "@client_secret",
"type": "text"
},
{
"key": "refresh_token",
"value": "@refresh_token",
"type": "text"
},
{
"key": "grant_type",
"value": "refresh_token",
"type": "text"
}
]
},
"response": [{

"key": "access_token",
"value": "@access_token"
     },
     
{
"key": "token_type",
"value": "@token_type"

      },
     {
"key": "refresh_token",
"value": "@refresh_token"
     } ]
}





Nuovo! Salvataggio delle query in file esterni al progetto.



Nuovo! Conversione automatica delle query in script per i software tributi con il comando CTRL+S
e molto altro!!!!

A presto!!!


mercoledì 3 novembre 2021

ImpolyzerDataStudio© 4.0.0.0 hight DPI

 ImpolyzerDataStudio© 4.0.0.0

POSTED BY GIULIANO PAGNINI, 03 Nov 2021


Tantissime novità nella nuova versione di ImpolyzerDataStudio 4. (rilascio previsto a fine mese)

Interfaccia grafica notevolmente migliorata; 

Nuova finestra di avvio con wizard per i progetti di importazione e aggiornamento da database SQL,  file TXT e CSV, TXT con tracciato, XML file, JSON file e REST API, CDATA© connectors
Finestra Apri recenti.
Finestra per i progetti preferiti
Finestra template
Finestra video-corsi 
Finestra per l'analisi dei dati 


Aggiornamento dei connettori per CSV,XML,REST,JSON
Nuovi connettori nativi







Nuovo SQL QUERY MANAGER
Fix bug in JOIN TABLE 
Nuova gestione delle stored procedure
Nuovo comando archivia query nel progetto.


Nuovo Driver XML
Nuovo lettore e formatter per XML e conversione in DataSet
Nuovo Explorer XML 

Vista XML 


Vista Dataset




Nuovo Driver JOSN
Nuovo lettore e formatter per JSON e conversione in DataSet
Nuovo Explorer JSON - File


Vista JSON


Vista DataSet




Nuovo Wizard Rest API 
Rest Api JSON to DataSet







Miglioramenti e correzioni nelle funzioni BatchMove.
Nuovo modulo per l'analisi dei dati



Nuove regole di importazione e tanto altro.
A presto!






























mercoledì 8 settembre 2021

ImpolyzerDataStudio© 3.0.0.2 New XML to Dataset

  ImpolyzerDataStudio© 3.0.0.2 XML to DataSet

POSTED BY GIULIANO PAGNINI, 08 Sett 2021

Fix! Filter, sorting in dbgrid, txt or CSV file with no field names.

New! Driver written in C ++ "XML to Dataset" with data analysis.



New! Import all or selected XML files into your target database

Update! Query builder XML file



New! Option for reading txt files separated by tags with leading lines not to be considered.


New! Predisposition for the integration of CData drivers! Work in progress.

New! Query generator between different drivers! Work in progress.

New! Online marketing databases import module: Import databases of trade fairs, sectorial public web lists, ect.! Work in progress.


Version MS-Windows

good job



lunedì 23 agosto 2021

ImpolyzerDataStudio© 3.0.0.0 New super fast import and export with rules and expressions in batchMove mode

 ImpolyzerDataStudio© 3.0.0.0 

POSTED BY GIULIANO PAGNINI, 23 AGO 2021

ImpolyzerDataStudio 3 has been released. The most important novelty is the use of batchMove technology for importing, exporting and updating databases. Another big news is the introduction of expressions and the possibility of testing them with the source database. The project has been revised and integrated with numerous utility functions, including creation of new fields at runtime, complete column function (also with expressions), function creates SQL also on target database. Here are the videos of the new release:

Overview



Expressions Rules in BatchMove Mapping


Lookup Rules in BatchMove Mapping


Mixed text Rules in BatchMove Mapping


SubString Rules in BatchMove Mapping



Download version 32 bit

Good job










martedì 3 agosto 2021

ImpolyzerDataStudio© 3.0.0.0 New super fast import and export with rules and expressions in batchMove mode

 

ImpolyzerDataStudio© 3.0.0.0 


POSTED BY GIULIANO PAGNINI, 03 AGO 2021

New!! ImpolyzerDataStudio 3.0.0.0. New!! Super fast import and export with rules and expressions in batchMove mode New!! Parallel programming



New!! Expression builder for testing and creating sophisticated linking expressions between source and target fields





very easy to create nested expressions and test them with the source database.
Es.
IIF(ULTIMAM > '01/01/2021' OR ULTIMAM = NULL,DESCRIZIONE,IIF(STATO='ITALIA',CAP,99))




Release expected at the end of August.
Happy Holidays!!












mercoledì 14 luglio 2021

ImpolyzerDataStudio© 2.0.0.30 32/64 Super Fast

ImpolyzerDataStudio© 2.0.0.50 32/64 Super Fast


POSTED BY GIULIANO PAGNINI, 14 LUG 2021


The new version is coming!!!
Super fast database import or update.
The previous version to import a CSV file of about 15.200 records into an SQL table took about 1 minute and 30 seconds.



The new version to import the same CSV file takes only 23 seconds.


The BatchMove function has been rewritten to support rules and made many improvements




martedì 22 giugno 2021

ImpolyzerDataStudio© 2.0.0.12 32/64

 

ImpolyzerDataStudio© 2.0.0.12 32/64 


POSTED BY GIULIANO PAGNINI, 22 GIU 2021

Fixed various errors in data update projects
New import rules









giovedì 1 aprile 2021

ImpolyzerDataStudio© 2.0.0.7 32/64 - Creare tabelle da tracciati dati

 

ImpolyzerDataStudio© 2.0.0.7 32/64 


POSTED BY GIULIANO PAGNINI, 31 MAR 2021

Impolyzer è utilizzato con successo per creare progetti di esportazione a riga di comando per trasmissione ordini su tracciati predefiniti.
 
Dal menu Destinazione selezionare Crea una tabella 


Copiare il tracciato da fonti esterne; la struttura deve contenere un nome del campo, la dimensione e il tipo di campo



Dalla finestra Nuova Tabella selezionare il tipo di tracciato (NOME CAMPO,DIMENSIONE,TIPO DATO)



Incollare i dati prelevati dal tracciato (FOGLIO ELETTRONICO)



Selezionare il comando MAPPING per associare i tipi di Campo riscontrati nel tracciato con i tipi di Campo da generare. Nell'esempio il tipo di campo C (1) del tracciato verrà associato al tipo campo ftString(2).


Selezionare il comando CREA CAMPI, poi CONFERMA


Salvare la tabella.
Il tracciato è pronto per importare i dati





Buon lavoro PG