ContributionsMost RecentMost LikesSolutionsRe: Error while trying to Upgrade Java 8 to Java 11 The latest package is looking for fontconfig dependency. If you are using OpenJDK 11 in the Snaplex on which you want to execute Excel Formatter Snaps, you must install Fontconfig on the Snaplex. Otherwise, the Snap displays an error. Please install fontconfig and then proceed to install new deb file. To install Fontconfig, run the following command: On Ubuntu/Debian deb based systems: apt install fontconfig On Fedora/CentOS rpm based systems: yum install fontconfig Re: Error while trying to Upgrade Java 8 to Java 11 @sandeep_manda, you should give the name of the downloaded file. Ex: sudo dpkg -i snaplogic-sidekick-4.main-8600-x86_64.deb Re: Salesforce to csv Hi Munish, You can achieve this with the below workflow: Write a query to list all the Salesforce Objects → Read each object → Write a CSV file with the object name. Please find the attached pipelines. create_csv_from_Salesforce_2020_07_07.slp (6.1 KB) query_All_SalesForceObjects_2020_07_07.slp (4.7 KB)