diff --git "a/D:\\2021_8_16_oborot\\17_your_csv_file.csv" b/17_your_csv_file.csv similarity index 100% rename from "D:\\2021_8_16_oborot\\17_your_csv_file.csv" rename to 17_your_csv_file.csv diff --git a/README.md b/README.md index fd4746b..c90873c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -#/d:/2021_8_16_oborot/README.md (git) -"# xml2sqlite" ##https://habr.com/ru/post/577148/ ##All rights reserved Serj Kado aka nasingfaund diff --git "a/D:\\2021_8_16_oborot\\05.09.2021_all_csv_to_one_csv.py" b/all_csv_to_one_csv.py similarity index 84% rename from "D:\\2021_8_16_oborot\\05.09.2021_all_csv_to_one_csv.py" rename to all_csv_to_one_csv.py index 234ac15..edf9aff 100644 --- "a/D:\\2021_8_16_oborot\\05.09.2021_all_csv_to_one_csv.py" +++ b/all_csv_to_one_csv.py @@ -1,5 +1,3 @@ -# D:\2021_8_16_oborot\05.09.2021_all_csv_to_one_csv.py - import os import glob diff --git "a/D:\\2021_8_16_oborot\\create_sqlite_db.py" b/create_sqlite_db.py similarity index 100% rename from "D:\\2021_8_16_oborot\\create_sqlite_db.py" rename to create_sqlite_db.py diff --git "a/D:\\2021_8_16_oborot\\26.08.2021_finish_csv_to_sqlite_data1.py" b/finish_csv_to_sqlite_data1.py similarity index 93% rename from "D:\\2021_8_16_oborot\\26.08.2021_finish_csv_to_sqlite_data1.py" rename to finish_csv_to_sqlite_data1.py index d09a455..89dc2ae 100644 --- "a/D:\\2021_8_16_oborot\\26.08.2021_finish_csv_to_sqlite_data1.py" +++ b/finish_csv_to_sqlite_data1.py @@ -1,5 +1,3 @@ -#/d:/2021_8_16_oborot/26.08.2021_finish_csv_to_sqlite_data1.py (git) - import sqlite3 import csv diff --git "a/D:\\2021_8_16_oborot\\26.08.2021_finish_xml_to_csv.py" b/finish_xml_to_csv.py similarity index 100% rename from "D:\\2021_8_16_oborot\\26.08.2021_finish_xml_to_csv.py" rename to finish_xml_to_csv.py diff --git "a/D:\\2021_8_16_oborot\\26.08.2021_import_data_csv_to_sqlite_1.py" b/import_data_csv_to_sqlite_1.py similarity index 100% rename from "D:\\2021_8_16_oborot\\26.08.2021_import_data_csv_to_sqlite_1.py" rename to import_data_csv_to_sqlite_1.py diff --git "a/D:\\2021_8_16_oborot\\26.08.2021_import_xml_to_sqlite_1.py" b/import_xml_to_sqlite_1.py similarity index 100% rename from "D:\\2021_8_16_oborot\\26.08.2021_import_xml_to_sqlite_1.py" rename to import_xml_to_sqlite_1.py diff --git "a/D:\\2021_8_16_oborot\\26.08.2021_parse_all_files_in_directory_1.py" b/parse_all_files_in_directory_1.py similarity index 100% rename from "D:\\2021_8_16_oborot\\26.08.2021_parse_all_files_in_directory_1.py" rename to parse_all_files_in_directory_1.py diff --git "a/D:\\2021_8_16_oborot\\26.08.2021_peremeshalka_csv_to_csv_1.py" b/peremeshalka_csv_to_csv_1.py similarity index 100% rename from "D:\\2021_8_16_oborot\\26.08.2021_peremeshalka_csv_to_csv_1.py" rename to peremeshalka_csv_to_csv_1.py diff --git "a/D:\\2021_8_16_oborot\\structure-20180110.xsd" b/structure-20180110.xsd similarity index 100% rename from "D:\\2021_8_16_oborot\\structure-20180110.xsd" rename to structure-20180110.xsd diff --git "a/D:\\2021_8_16_oborot\\2021_8_16_xsd_validate_xml_file.py" b/xsd_validate_xml_file.py similarity index 83% rename from "D:\\2021_8_16_oborot\\2021_8_16_xsd_validate_xml_file.py" rename to xsd_validate_xml_file.py index af2a6f1..527b398 100644 --- "a/D:\\2021_8_16_oborot\\2021_8_16_xsd_validate_xml_file.py" +++ b/xsd_validate_xml_file.py @@ -1,4 +1,3 @@ -#/d:/2021_8_16_oborot/2021_8_16_xsd_validate_xml_file.py (git) import lxml from lxml import etree