Table of Contents

Search

  1. Preface
  2. Introduction to Microsoft Azure Data Lake Storage Gen2 Connector
  3. Connections for Microsoft Azure Data Lake Storage Gen2
  4. Mappings for Microsoft Azure Data Lake Storage Gen2
  5. Migrating a mapping
  6. Data type reference
  7. Troubleshooting

Microsoft Azure Data Lake Storage Gen2 Connector

Microsoft Azure Data Lake Storage Gen2 Connector

Target time stamps

Target time stamps

When you create a target at run time in a mapping, you can append time stamp information to the file name to show when the file is created.
When you specify the file name for the target file, include special characters based on Linux
STRFTIME
function formats that the
mapping
task uses to include time stamp information in the file name. The time stamp is based on the organization's time zone.
You cannot append time stamp information to the file name for mappings in advanced mode.
The following table describes some common
STRFTIME
function formats that you might use in a mapping or
mapping
task:
Special Character
Description
%d
Day as a two-decimal number, with a range of 01-31.
%m
Month as a two-decimal number, with a range of 01-12.
%y
Year as a two-decimal number without the century, with range of 00-99.
%Y
Year including the century, for example 2015.
%T
Applicable only to flat files. Time in 24-hour notation, equivalent to %H:%:M:%S.
%H
Hour in 24-hour clock notation, with a range of 00-24.
%l
Hour in 12-hour clock notation, with a range of 01-12.
%M
Minute as a decimal, with a range of 00-59.
%S
Second as a decimal, with a range of 00-60.
%p
Either AM or PM.
For complex files, instead of %T you can use the equivalent %H_%M_%S.

0 COMMENTS

We’d like to hear from you!