-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Lines 12 to 19 in 28176e1
| func GetTableNameFromFile(filename string) string { | |
| // TODO: Make this much, much smarter | |
| // - Handle multiple extensions: data.txt.csv > data | |
| // - Handle fully qualified paths: /home/rohit/project/data.csv > data | |
| dotLocation := strings.LastIndex(filename, ".") | |
| return filename[:dotLocation] | |
| } |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request