{% if this.schema.transformer.errors %} Error Message:
{{this.schema.transformer.errors}}
{% elif this.schema.transformer.new_sample_data %} {%for comp in this.schema.transformer.components:%} {%endfor%} {%for row in this.schema.transformer.new_sample_data_display:%} {%for col in row:%} {%endfor%} {%endfor%}
{{this.schema.byteToStr(comp._name)}}
{{col}}
{% else %} [Build Rosie pattern to display new column(s)] {% endif %}