Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

thụt lề không nhất quán với Python sau khi tách

Điều đó sẽ hoạt động:

import re #Regex may be the easiest way to split that line

with open(infile) as in_f, open(outfile,'w') as out_f:
    f = (i for i in in_f if i.rstrip()) #iterate over non empty lines
    for line in f:
        _, k = line.split('\t', 1)
        x = re.findall(r'^1..100\t([+-])chr(\d+):(\d+)\.\.(\d+).+$',k)
        if not x:
            continue
        out_f.write(' '.join(x[0]) + '\n')


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Cập nhật giá trị trong dấu thời gian Mysql thành giá trị ngày giờ.

  2. MySQL VarChar 255 trở lên

  3. Cách lưu trữ IP trong mySQL

  4. NHÓM MYSQL SUM THEO

  5. Tìm kiếm nhiều từ khóa