Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
HOTMapper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HOTMapper
HOTMapper
Wiki
Commands
Changes
Page history
New page
Templates
Clone repository
Update Commands
authored
5 years ago
by
Henrique Varella Ehrenfried
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Commands.md
+4
-2
4 additions, 2 deletions
Commands.md
with
4 additions
and
2 deletions
Commands.md
View page @
4e010de5
...
...
@@ -4,6 +4,8 @@ Updated with v1.0.
This page contains information about all HOTMapper commands.
:warning:
**Be sure that you activated the virtual environment and installed all dependencies before using this commands**
:warning:
## Summary
*
[
Basic Format
](
#basic-format
)
*
[
Create
](
#create
)
...
...
@@ -43,7 +45,7 @@ $ ./manage.py insert <path to file> <table_name> <*[YEAR]> [--sep=csv separator]
~~~
The
*
[
YEAR] field is the same of the [mapping protocol
](
../Mapping-Protocols
)
.
The sep parameter default is ';'
The
`
sep
`
parameter default is ';'
For this command work, it's needed that the table was made with the create command from HOTMapper.
...
...
@@ -65,7 +67,7 @@ $ ./manage.py drop <table_name>
#### remap
The remap command synchronizes a table with it's mapping protocol. The remap permits the creation, drop
and rename of columns. Be aware that the bigger the table the bigger the us
e
age of RAM
memory
.
and rename of columns. Be aware that the bigger the table the bigger the usage of RAM.
~~~
bash
$
./manage.py remap <table_name>
~~~
...
...
This diff is collapsed.
Click to expand it.