exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute statement; SQLis org.hibernate.exception.SQLGrammarException: could not execute statement] with root cause
许多列名具有非ASCII字符和特殊字符 ()、/、+、。(中间无ascii点)等和非ascii空间。在阅读csv时没有发生这种情况。这个是由于一次热编码而发生的。(当我将分类变量转换为数字列时&类别值具有非ascii值)。Col1/name Col 2() name Col3 + name Col4 ^¨ name etc...预期输出
我只想要数字、下划线和列名中的字符(I 只