Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b8d40e

Browse files
committed
Fix CSV output
1 parent96f12b0 commit3b8d40e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎HISTORY.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
###v.0.9.1 (2019-12-16)
1+
###v.0.9.1 (2019-12-17)
22
* Change CSV output format
33
* Change Main Form design
44

‎source/Get-MessageTrackingGUI.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ function Get-MessageTrackingGUI {
310310
$null=New-Item$Path-ItemType Directory
311311
}
312312
$File="$Path\Export.csv"
313-
Get-MTGTrackingLog|ConvertTo-Csv-Delimiter';'-NoTypeInformation>$File
313+
Get-MTGTrackingLog|Export-Csv-Delimiter';'-NoTypeInformation-EncodingDefault-Path$File
314314
Invoke-Item$File
315315
})
316316
$BTConfig.Add_Click({

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp