cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to read Parquet file in CPI?

yutingzhang
Member
0 Kudos

Hi Experts,

We have a requirement to read Parquet files from API calls using SAP Cloud Platform Integration (CPI) and write files into SQL Server.

Could you please throw some light on this integration setup using standard technical adapter or groovy script?

Thanks,

Yuting

View Entire Topic
MortenWittrock
Active Contributor

Hi Yuting

There are Java libraries available for parsing Parquet files, which means you can read Parquet content in a Groovy script. When evaluating libraries, keep in mind that the Java version in SAP Cloud Integration is still Java 8, so you can only use libraries that are compatible with Java 8.

Regards,

Morten