Loade a telecom BTS log file.

Parameters:
The BTSDecoder action is used to load and decode telecom BTS (Base Transceiver Station) log files. It extracts specific sections from the log for analysis, allowing further processing inside the ETL pipeline.
This action is designed for telecom engineers and analysts working with BTS configuration and operational logs.
Follow the steps below to prepare a pipeline and generate results for documentation purposes.
Create a sample telecom BTS log file (.log or similar). You can use a basic text file with dummy log lines such as:
[2025-07-08 12:30:00] BTS LOG ENTRY 1
[2025-07-08 12:31:00] BTS LOG ENTRY 2
Save this file in your ETL workspace or shared directory.
Follow the steps below to prepare a pipeline and generate results for documentation purposes.
BSC).To verify and document the output:
This is an example of a working pipeline that extracts BTS log data:
CELL section.
sources/@shared/documentation-test/bts_log_sample.logCELLThe output of this action is the extracted data from the selected section, passed downstream in the ETL pipeline (for example, to a CSV writer). The data can include cell-level configurations such as:
Notes & Tips
- Ensure that the selected section exists in the log file; otherwise, the output will be empty.
- Common sections always present in most logs are
BSCandBTS.- Use the “Display filenames in log window” option for easier debugging in multi-file pipelines.
- The decoder automatically detects the required delimiters and field mappings.
- If no output is generated, verify that the log file contains the selected section and valid data.
Extracting detailed BTS and cell configuration data from telecom logs for network analysis, reporting, or optimization tasks.
