adp.ingest.udf.get_timestamp_based_on_file_name
- adp.ingest.udf.get_timestamp_based_on_file_name(input_file_name: str, index: int)
Create a timestamp using a file name
_extended_summary_
- Parameters:
input_file_name (str) – Input file name
index (int) – index of the timestamp in the file name when splitted by “_”
- Returns:
timestanp
- Return type:
str