CSV Import in v13

Can we no longer import through bench using the bench command?
I tried uploading a file and it is expecting “Start entering below this line”

Traceback (most recent call last):
  File "/home/frappe/frappe-bench/apps/frappe/frappe/commands/utils.py", line 375, in import_csv
    via_console=True)
  File "/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/data_import_legacy/importer.py", line 298, in upload
    start_row = get_start_row()
  File "/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/data_import_legacy/importer.py", line 87, in get_start_row
    bad_template()
  File "/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/data_import_legacy/importer.py", line 77, in bad_template
    frappe.throw(_("Please do not change the rows above {0}").format(get_data_keys_definition().data_separator))
  File "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 432, in throw
    msgprint(msg, raise_exception=exc, title=title, indicator='red', is_minimizable=is_minimizable, wide=wide, as_list=as_list)
  File "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 411, in msgprint
    _raise_exception()
  File "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 365, in _raise_exception
    raise raise_exception(msg)
frappe.exceptions.ValidationError: Please do not change the rows above Start entering data below this line

Check Your Csv
I think that upload a raw file

Please do not change the rows above Start entering data below this line

With the new Data Import tool this line is no longer added in the template

Okay, I was wrong , I thinking on the data import on erpnext not on cli

Which minor version are you using?

Latest v13.11

ERPNext: v13.11.1 (version-13)

Frappe Framework: v13.11.0 (version-13)