{% if this.schema.file_path %} Successfully processed the file!

{% else %} Unable to process the file!

{% endif %} Path to new csv file:


Pandas DataFrame variable:


Number of records excluded for not matching the final pattern:


{% if finish_state == "true_err"%} {% elif this.schema.inconsistent_rows|length > 0 %} {% endif %} {% if finish_state == "true_err" %} {%for line_num, line in this.schema.inconsistent_rows:%} {%endfor%}
Line # Line
{{line_num}} {{line}}
{% endif %}