Scripts Line Conversion Summary

This section shows the summary of the lines of code in Script Files.

Important Notice: Migration of Documentation Website

Please be advised that our documentation website is currently undergoing a migration to a new platform. To ensure you have access to the most up-to-date information, we kindly request that you visit our new documentation website located at:

Official Snowflake Snowconvert Documentation

For any immediate assistance or if you encounter any issues, please contact our support team at [email protected].

Thank you for your understanding.

This section applies only to Teradata reports.

These fields are counted for the following Script files:

  • BTEQ: .bteq, .btq

  • FastLoad: .fload, .fl

  • MultiLoad: .mload, .mld, ml

  • TPump: .tpump, .tp

  • TPT: .tpt

Lines of Code

Represents the number of lines of code found in the Script files. This counting includes comments but does not include empty lines or lines with only whitespaces unless they are inside block comments or strings. Lines of code that were not recognized are counted as well.

Samples

Samples of the SQL Conversion Summary Lines of Code also apply to Scripts Lines of Code.

.RUN FILE 'myscript.txt'

.SET FORMAT ON;

Expected Lines of Code: 2

CSV Associated Field Names

  • ScriptTotalLoc

LOC Conversion Percentage

This is the percentage of fully converted lines divided by the total lines of code. Unrecognized Lines of code count as not converted. Comments count as converted.

Formula

scripts_converted_lines_of_code / scripts_total_lines_of_code

Samples

Samples of the SQL Conversion Summary LOC Conversion Percentage also apply to Scripts Lines of Code.

CSV Associated Field Names

  • ScriptTotalLoc

Unrecognized Lines of Code

This is the number of lines of code that had an element that was not recognized.

Samples

Samples of the SQL Conversion Summary Unrecognized Lines of Code also apply to Scripts Unrecognized Lines of Code.

CSV Associated Field Names

  • ScriptsUnrecognizedElementsLOC

Last updated