Stay organized with collections Save and categorize content based on your preferences.
Summary
Bulkloader Transform Helper functions.
A collection of helper functions for bulkloading data, typically referenced from a bulkloader.yaml file.
Contents
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-04 UTC."],[[["The `google.appengine.ext.bulkload.transform` module provides a suite of helper functions for transforming data during bulkloading processes."],["Functions like `blob_to_file` assist in handling blob data by writing its content to a file and replacing the blob with the file's name."],["Key manipulation is supported via functions like `create_deep_key` for multi-level keys and `create_foreign_key` for single-level keys, often used in entity relationships."],["Several functions aid in data conversion, such as `export_date_time` and `import_date_time` for date/time formatting, and `none_if_empty` and `empty_if_none` for handling empty or null values."],["The module offers regex-based tools like `regexp_extract`, `regexp_bool` and `regexp_to_list`, allowing for complex pattern matching and data extraction from strings, which will return different datatypes depending on the result."]]],[]]