Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768577
D3277.id8423.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
520 B
Referenced Files
None
Subscribers
None
D3277.id8423.diff
View Options
diff --git a/fantoir-datasource/src/commands/fetch/mod.rs b/fantoir-datasource/src/commands/fetch/mod.rs
--- a/fantoir-datasource/src/commands/fetch/mod.rs
+++ b/fantoir-datasource/src/commands/fetch/mod.rs
@@ -66,7 +66,7 @@
let month: i8 = filename[7..=8].parse().unwrap();
let year = 2000 + filename[9..=10].parse::<i32>().unwrap();
- format!("fantoir_{}{}", year, month)
+ format!("fantoir_{}{:02}", year, month)
}
/// Determines a temporary location where to save the FANTOIR file ZIP archive
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 08:53 (11 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258201
Default Alt Text
D3277.id8423.diff (520 B)
Attached To
Mode
D3277: Use fantoir_YYYMM format to suggest FANTOIR table name
Attached
Detach File
Event Timeline
Log In to Comment