Google Cloud storage target overview
When using Google Cloud Storage as a target in a Replicate task, both the Full Load and Change Processing data are written to data files. Depending on the endpoint settings, data files can be either CSV or JSON files. While the explanations in this section relate to CSV files, the same is true for JSON files
Full Load files are named using incremental counters e.g. LOAD00001.csv, LOAD 00002.csv, etc. whereas Change Processing files are named using timestamps e.g. 20141029-1134010000.csv.
When the Create metadata files in the target folder option is enabled, a corresponding metadata file is created using the same naming format, but with a .dfm extension.
For each source table, a folder is created in the specified Google Cloud Storage target folder. The data files are created on the Replicate Server machine and are then uploaded to the specified Google Cloud Storage target folder once the File Attributes (Full Load) and Change Processing upload conditions have been met.