csv2foldergo

command module
v0.0.0-...-37097f0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2022 License: MIT Imports: 11 Imported by: 0

README

CSV2FolderGo

Leer CSV y generar automáticamente directorios con los datos de una columna del archivo, tambien permite tomar una columna del CSV que contiene links de Google Drive y descargar los archivos.

Ejecutar
git clone git@github.com:juliandavidmr/CSV2FolderGo.git
cd CSV2FolderGo
go run main.go ./MyFile.csv 3 94
# 3     => Column number index to read from CSV file and create folders
# 94    => Column number index to read from CSV file and download Google Drive files
Compilar
# Compilar para Windows
GOOS=windows GOARCH=amd64 go build -o bin/app-amd64.exe main.go

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL