0

I am trying to split the string from a column into multiple columns using Python. My data base is in SQL Server The strings have Persian characters including numbers, like:

\ارزگان\جلد 10 اصل اساس سال 1353 مرکز(ترینکوت) ولایت ارزگان\138.pdf

How should I split the words in to separate columns in my SQL database by using Python jupyther.

  • Which RDBMS do you use? SQL Server | MySQL | Oracle | ... ? (E.G. [for MySQL : Related Question](https://stackoverflow.com/q/11835155/4519059)) – shA.t Feb 09 '20 at 07:21
  • Can you please explain what ultimately you are going to achieve by putting each word in separate column? If you may explain it further then we might come up with some alternative solutions. – S.ATTA.M Feb 09 '20 at 08:46
  • I am using SQL Server, and try to make the data searchable in search engine and of course countable. – Awen Karimi Feb 09 '20 at 09:29

0 Answers0