Skip to content
sneppets

sneppets

  • Privacy

What is Data Loading and loading data into Google BigQuery ?

November 17, 2019November 17, 2019 Editorial StaffLeave a Comment on What is Data Loading and loading data into Google BigQuery ?

Data loading is the process of copying and loading data sets or data from a source file or an application to a cloud data warehouse. You must first load your data in to any cloud data warehouse so that data… Read More!

cloud, google BigQuery, Data Loading, datawarehouse, Google Cloud
sneppets-java8

Java 8 – Convert LocalDate to Date ?

November 15, 2019November 17, 2019 Editorial StaffLeave a Comment on Java 8 – Convert LocalDate to Date ?

Below Java 8 examples shows how to convert from LocalDate to Date and vice versa.

Java Date, java8, LocalDate

Convert LocalDate object to dd/MM/yyyy string format

November 15, 2019November 17, 2019 Editorial StaffLeave a Comment on Convert LocalDate object to dd/MM/yyyy string format

You can convert LocalDate object to dd/MM/yyyy using atStartOfDay() methods of LocalDate class. There are two ways to convert LocalDate to dd/MM/yyyy string. Let’s see those in the below example.

Java java8, LocalDate

Convert epoch milliseconds value to ZonedDateTime

November 14, 2019November 17, 2019 Editorial StaffLeave a Comment on Convert epoch milliseconds value to ZonedDateTime

If you have epoch value and wanted to convert epoch milliseconds to ZonedDateTime then you can use ZonedDateTime.ofInstant() and Instant.ofEpochMilli() methods for the conversion.

Java java8, ZonedDateTime

Convert JSON string to JsonObject using Google Gson

November 14, 2019 Editorial StaffLeave a Comment on Convert JSON string to JsonObject using Google Gson

It is very common that Java web services receives JSON string. If you wanted to convert JSON string to Jsonobject using Google Gson then there are two ways to achieve this. JSON string to JsonObject Example Google Gson is a… Read More!

Java gson, JsonObject

Posts navigation

Older posts
Newer posts
Copyright © 2018 Sneppets. All Rights Reserved